comparison configure.ac @ 8089:35db601609e3

[gaim-migrate @ 8788] Gaim-Evolution Buddy List-Addressbook syncronocity by our very own Chip X. Eightysix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 13 Jan 2004 01:45:32 +0000
parents ea073d234191
children 2b68c423357e
comparison
equal deleted inserted replaced
8088:a86784e3b98c 8089:35db601609e3
236 ]) 236 ])
237 237
238 AC_SUBST(STARTUP_NOTIFICATION_CFLAGS) 238 AC_SUBST(STARTUP_NOTIFICATION_CFLAGS)
239 AC_SUBST(STARTUP_NOTIFICATION_LIBS) 239 AC_SUBST(STARTUP_NOTIFICATION_LIBS)
240 240
241
242 dnl Check for stuff needed by the evolution integration plugin.
243 build_gevo=no
244
245 evo_deps="libxml-2.0 libebook-1.0 libedata-book-1.0"
246 PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, build_gevo=yes, build_gevo=no)
247
248 AC_SUBST(EVOLUTION_ADDRESSBOOK_CFLAGS)
249 AC_SUBST(EVOLUTION_ADDRESSBOOK_LIBS)
250
251 AM_CONDITIONAL(BUILD_GEVOLUTION, test "x$build_gevo" = "xyes")
252
241 dnl Check for XScreenSaver 253 dnl Check for XScreenSaver
242 if test "x$enable_xss" = "xyes" ; then 254 if test "x$enable_xss" = "xyes" ; then
243 old_LIBS="$LIBS" 255 old_LIBS="$LIBS"
244 LIBS="$LIBS $GTK_LIBS $x_libpath_add" 256 LIBS="$LIBS $GTK_LIBS $x_libpath_add"
245 XSS_LIBS="no" 257 XSS_LIBS="no"
1009 pixmaps/smileys/default/Makefile 1021 pixmaps/smileys/default/Makefile
1010 pixmaps/status/Makefile 1022 pixmaps/status/Makefile
1011 pixmaps/status/default/Makefile 1023 pixmaps/status/default/Makefile
1012 plugins/Makefile 1024 plugins/Makefile
1013 plugins/docklet/Makefile 1025 plugins/docklet/Makefile
1026 plugins/gevolution/Makefile
1014 plugins/gaim-remote/Makefile 1027 plugins/gaim-remote/Makefile
1015 plugins/gestures/Makefile 1028 plugins/gestures/Makefile
1016 plugins/perl/Makefile 1029 plugins/perl/Makefile
1017 plugins/perl/common/Makefile.PL 1030 plugins/perl/common/Makefile.PL
1018 plugins/ssl/Makefile 1031 plugins/ssl/Makefile