# HG changeset patch # User Etan Reisner # Date 1157061856 0 # Node ID d72cbd2593576858a54209c2b88f602763674ae8 # Parent 2620e491c8f11f4e6e6b00b8b3ad6864b34125e0 [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. committer: Tailor Script diff -r 2620e491c8f1 -r d72cbd259357 configure.ac --- 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