From ed309c6a1523e3b48392781aeafd0a94a1c9042b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 22 Jul 2002 18:24:30 +0000 Subject: Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT, * acinclude.m4: Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT, EVO_TIMEZONE_CHECK, and EVO_LDAP_CHECK from stuff in configure.in. (This stuff is also used by Connector.) * configure.in: Remove the stuff that was moved to acinclude.m4. * evolution_addressbookConf.sh.in: Remove db3 and ldap references since pas-backend-file and pas-backend-ldap are no longer in libpas, and those flags weren't doing anything useful here before anyway. (Our attempts to force static linking to those libraries end up getting mangled when passed through gnome-config.) * evolution_calendarConf.sh.in: Likewise, remove db3 references. svn path=/trunk/; revision=17531 --- evolution_addressbookConf.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'evolution_addressbookConf.sh.in') diff --git a/evolution_addressbookConf.sh.in b/evolution_addressbookConf.sh.in index 1fda57f5f2..0aee3050c8 100644 --- a/evolution_addressbookConf.sh.in +++ b/evolution_addressbookConf.sh.in @@ -4,7 +4,7 @@ EVOLUTION_ADDRESSBOOK_LIBDIR="@EVOLUTION_LIBDIR@" EVOLUTION_ADDRESSBOOK_DATADIR="@EVOLUTION_DATADIR@" -EVOLUTION_ADDRESSBOOK_INCLUDEDIR="@EVOLUTION_INCLUDEDIR@ @EVOLUTION_ADDRESSBOOK_CFLAGS@ @LDAP_CFLAGS@" -EVOLUTION_ADDRESSBOOK_LIBS="-lpas -lebook -lename -lversit -lcamel -ledb3util -L@privlibdir@ @EVOLUTION_ADDRESSBOOK_LIBS@ @LDAP_LIBS@" +EVOLUTION_ADDRESSBOOK_INCLUDEDIR="@EVOLUTION_INCLUDEDIR@ @EVOLUTION_ADDRESSBOOK_CFLAGS@" +EVOLUTION_ADDRESSBOOK_LIBS="-lpas -lebook -lename -lversit -lcamel -L@privlibdir@ @EVOLUTION_ADDRESSBOOK_LIBS@" MODULE_VERSION="evolution_addressbook-@VERSION@" -- cgit