dbus configure.in,1.88,1.89
Olivier Andrieu
oandrieu at pdx.freedesktop.org
Tue Jun 22 05:08:24 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv20748
Modified Files:
configure.in
Log Message:
reverting, this was already done
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- configure.in 22 Jun 2004 11:58:13 -0000 1.88
+++ configure.in 22 Jun 2004 12:08:22 -0000 1.89
@@ -166,14 +166,14 @@
AC_SUBST(GCJFLAGS)
fi
-dnl Commenting this out so that gcj stuff won't get built unless explicitly required
-# if test x$enable_gcj = xauto ; then
-# if test x$have_gcj = xno ; then
-# enable_gcj=no
-# else
-# enable_gcj=yes
-# fi
-# fi
+echo "enable_gcj=$enable_gcj"
+if test x$enable_gcj = xauto ; then
+ if test x$have_gcj = xno ; then
+ enable_gcj=no
+ else
+ enable_gcj=yes
+ fi
+fi
if test x$enable_gcj = xyes; then
if test x$have_gcj = xno ; then
More information about the dbus-commit
mailing list