Andrew Pinski wrote:
Caused by:
http://gcc.gnu.org/ml/gcc-cvs/2006-06/msg00225.html
I committed this fix.
Tom
2006-06-10 Thomas Fitzsimmons <[EMAIL PROTECTED]>
* configure.ac (ac_configure_args): Add --disable-plugin.
(--enable-gtk-cairo): Remove option.
* configure: Regenerate.
Index: configure.ac
===================================================================
--- configure.ac (revision 114539)
+++ configure.ac (working copy)
@@ -330,6 +330,7 @@
dnl FIXME?
ac_configure_args="$ac_configure_args --disable-examples"
ac_configure_args="$ac_configure_args --with-glibj=build"
+ac_configure_args="$ac_configure_args --disable-plugin"
if test "$use_gtk_awt" != yes; then
ac_configure_args="$ac_configure_args --disable-gtk-peer"
fi
@@ -676,21 +677,6 @@
AC_PATH_XTRA
-# determine whether to enable the cairo GTK Graphics2D backend
-AC_ARG_ENABLE(gtk-cairo,
- AS_HELP_STRING([--enable-gtk-cairo],
- [build the cairo Graphics2D implementation on GTK]))
-AM_CONDITIONAL(GTK_CAIRO, test "x${enable_gtk_cairo}" = xyes)
-if test "x${enable_gtk_cairo}" = xyes
-then
- PKG_CHECK_MODULES(CAIRO, cairo)
- PKG_CHECK_MODULES(PANGOFT2, pangoft2)
-fi
-AC_SUBST(CAIRO_LIBS)
-AC_SUBST(CAIRO_CFLAGS)
-AC_SUBST(PANGOFT2_LIBS)
-AC_SUBST(PANGOFT2_CFLAGS)
-
# FIXME: this should be _libs on some hosts.
libsubdir=.libs
Index: ChangeLog
===================================================================
--- ChangeLog (revision 114539)
+++ ChangeLog (working copy)
@@ -1,3 +1,8 @@
+2006-06-10 Thomas Fitzsimmons <[EMAIL PROTECTED]>
+
+ * configure.ac (ac_configure_args): Add --disable-plugin.
+ * configure: Regenerate.
+
2006-06-09 Tom Tromey <[EMAIL PROTECTED]>
PR libgcj/27730: