Mercurial > pidgin
comparison configure.ac @ 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 | 76e5f748654e |
comparison
equal
deleted
inserted
replaced
7687:b6a2f828e07a | 7688:6ae494459c47 |
---|---|
231 enable_startup_notification=no | 231 enable_startup_notification=no |
232 ]) | 232 ]) |
233 | 233 |
234 AC_SUBST(STARTUP_NOTIFICATION_CFLAGS) | 234 AC_SUBST(STARTUP_NOTIFICATION_CFLAGS) |
235 AC_SUBST(STARTUP_NOTIFICATION_LIBS) | 235 AC_SUBST(STARTUP_NOTIFICATION_LIBS) |
236 | |
237 | |
238 dnl Check for stuff needed by the evolution integration plugin. | |
239 PKG_CHECK_MODULES(LIBXML, libxml-2.0, have_libxml=yes, have_libxml=no) | |
240 | |
241 AC_SUBST(LIBXML_CFLAGS) | |
242 AC_SUBST(LIBXML_LIBS) | |
243 | |
244 PKG_CHECK_MODULES(LIBEBOOK, libebook-1.0, | |
245 [ | |
246 have_libebook=yes | |
247 ], | |
248 [ | |
249 have_libebook=no | |
250 ]) | |
251 | |
252 AC_SUBST(LIBEBOOK_CFLAGS) | |
253 AC_SUBST(LIBEBOOK_LIBS) | |
254 | |
255 AM_CONDITIONAL(BUILD_GEVOLUTION, test "x$have_libxml" = "xyes" -a test "x$have_libebook" = "xyes") | |
256 | 236 |
257 dnl Check for XScreenSaver | 237 dnl Check for XScreenSaver |
258 if test "x$enable_xss" = "xyes" ; then | 238 if test "x$enable_xss" = "xyes" ; then |
259 old_LIBS="$LIBS" | 239 old_LIBS="$LIBS" |
260 LIBS="$LIBS $GTK_LIBS $x_libpath_add" | 240 LIBS="$LIBS $GTK_LIBS $x_libpath_add" |