Mercurial > pidgin
changeset 14395:d72cbd259357
[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 <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 31 Aug 2006 22:04:16 +0000 |
parents | 2620e491c8f1 |
children | 9e9699792bb9 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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