[gaim-migrate @ 8332]

Tue, 02 Dec 2003 01:01:15 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Tue, 02 Dec 2003 01:01:15 +0000
changeset 7688
ddf92439f2e9
parent 7687
af4d345fe307
child 7689
f5042efff339

[gaim-migrate @ 8332]
This too. Wrong tree. At least it was just a couple harmless configure
checks.

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Tue Dec 02 01:00:04 2003 +0000
+++ b/configure.ac	Tue Dec 02 01:01:15 2003 +0000
@@ -234,26 +234,6 @@
 AC_SUBST(STARTUP_NOTIFICATION_CFLAGS)
 AC_SUBST(STARTUP_NOTIFICATION_LIBS)
 
-
-dnl Check for stuff needed by the evolution integration plugin.
-PKG_CHECK_MODULES(LIBXML, libxml-2.0, have_libxml=yes, have_libxml=no)
-
-AC_SUBST(LIBXML_CFLAGS)
-AC_SUBST(LIBXML_LIBS)
-
-PKG_CHECK_MODULES(LIBEBOOK, libebook-1.0,
-[
-	have_libebook=yes
-],
-[
-	have_libebook=no
-])
-
-AC_SUBST(LIBEBOOK_CFLAGS)
-AC_SUBST(LIBEBOOK_LIBS)
-
-AM_CONDITIONAL(BUILD_GEVOLUTION, test "x$have_libxml" = "xyes" -a test "x$have_libebook" = "xyes")
-
 dnl Check for XScreenSaver
 if test "x$enable_xss" = "xyes" ; then
 	old_LIBS="$LIBS"

mercurial