|
From: <de...@us...> - 2006-08-31 22:04:24
|
Revision: 17103
http://svn.sourceforge.net/gaim/?rev=17103&view=rev
Author: deryni9
Date: 2006-08-31 15:04:16 -0700 (Thu, 31 Aug 2006)
Log Message:
-----------
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.
Modified Paths:
--------------
trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-08-31 21:52:06 UTC (rev 17102)
+++ trunk/configure.ac 2006-08-31 22:04:16 UTC (rev 17103)
@@ -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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|