Mercurial > pidgin.yaz
changeset 7688:6ae494459c47
[gaim-migrate @ 8332]
This too. Wrong tree. At least it was just a couple harmless configure
checks.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 02 Dec 2003 01:01:15 +0000 |
parents | b6a2f828e07a |
children | 950ee542eea0 |
files | configure.ac |
diffstat | 1 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- 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"