configure.ac

changeset 7686
c738a0347518
parent 7660
12e03741d037
child 7687
af4d345fe307
equal deleted inserted replaced
7685:e43070343b86 7686:c738a0347518
180 AC_ARG_ENABLE(screensaver, [ --disable-screensaver compile without X screensaver extension],,enable_xss=yes) 180 AC_ARG_ENABLE(screensaver, [ --disable-screensaver compile without X screensaver extension],,enable_xss=yes)
181 AC_ARG_ENABLE(sm, [ --disable-sm compile without X session management support],,enable_sm=yes) 181 AC_ARG_ENABLE(sm, [ --disable-sm compile without X session management support],,enable_sm=yes)
182 AC_ARG_WITH(krb4, [ --with-krb4=PREFIX Compile Zephyr plugin with Kerberos 4 support],kerberos="$withval",kerberos="no") 182 AC_ARG_WITH(krb4, [ --with-krb4=PREFIX Compile Zephyr plugin with Kerberos 4 support],kerberos="$withval",kerberos="no")
183 183
184 if test "$enable_debug" = yes ; then 184 if test "$enable_debug" = yes ; then
185 DEBUG_CFLAGS="$DEBUG_CFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" 185 # DEBUG_CFLAGS="$DEBUG_CFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
186 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.]) 186 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.])
187 fi 187 fi
188 188
189 if test "x$GCC" = "xyes"; then 189 if test "x$GCC" = "xyes"; then
190 CFLAGS="$CFLAGS -Wall -g3" 190 CFLAGS="$CFLAGS -Wall -g3"
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 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")
237 256
238 dnl Check for XScreenSaver 257 dnl Check for XScreenSaver
239 if test "x$enable_xss" = "xyes" ; then 258 if test "x$enable_xss" = "xyes" ; then
240 old_LIBS="$LIBS" 259 old_LIBS="$LIBS"
241 LIBS="$LIBS $GTK_LIBS $x_libpath_add" 260 LIBS="$LIBS $GTK_LIBS $x_libpath_add"
1012 pixmaps/smileys/default/Makefile 1031 pixmaps/smileys/default/Makefile
1013 pixmaps/status/Makefile 1032 pixmaps/status/Makefile
1014 pixmaps/status/default/Makefile 1033 pixmaps/status/default/Makefile
1015 plugins/Makefile 1034 plugins/Makefile
1016 plugins/docklet/Makefile 1035 plugins/docklet/Makefile
1036 plugins/gevolution/Makefile
1017 plugins/gaim-remote/Makefile 1037 plugins/gaim-remote/Makefile
1018 plugins/gestures/Makefile 1038 plugins/gestures/Makefile
1019 plugins/perl/Makefile 1039 plugins/perl/Makefile
1020 plugins/perl/common/Makefile.PL 1040 plugins/perl/common/Makefile.PL
1021 plugins/ssl/Makefile 1041 plugins/ssl/Makefile

mercurial