[gaim-migrate @ 17103]

Thu, 31 Aug 2006 22:04:16 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Thu, 31 Aug 2006 22:04:16 +0000
changeset 14457
6841d81c03b6
parent 14456
eb757f0f9749
child 14458
b49cf8395bfa

[gaim-migrate @ 17103]
Remove the gtk+ checks from around the tests for perl, and throw an extra eval
on the dbus services line so that $prefix gets expanded correctly.

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Thu Aug 31 21:52:06 2006 +0000
+++ b/configure.ac	Thu Aug 31 22:04:16 2006 +0000
@@ -1030,7 +1030,6 @@
 AC_SUBST(MONO_LIBS)
 AM_CONDITIONAL(USE_MONO, test x"$enable_mono" = x"yes")
 
-if test "x$enable_gtk" = "xyes"; then  # This is for now, since perl still requires GTK+
 dnl #######################################################################
 dnl # Check for Perl support
 dnl #######################################################################
@@ -1038,10 +1037,6 @@
 	enable_perl=no
 fi
 
-else # GTK
-	enable_perl=no
-fi # GTK
-
 if test "$enable_perl" = yes ; then
 	AC_PATH_PROG(perlpath, perl)
 	AC_MSG_CHECKING(for Perl compile flags)
@@ -1897,7 +1892,7 @@
 echo Build with GtkSpell support... : $enable_gtkspell
 echo Build with DBUS support....... : $enable_dbus
 if test "x$enable_dbus" = "xyes" ; then
-eval echo DBUS servies directory........ : $DBUS_SERVICES_DIR
+eval eval echo DBUS servies directory........ : $DBUS_SERVICES_DIR
 fi
 echo Build with Cyrus SASL support. : $enable_cyrus_sasl
 echo Build with libxml2 support.... : $enable_libxml2

mercurial