This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: bootstrap broken on PPC-darwin and other targets without pkg-config (which is almost all)
- From: Thomas Fitzsimmons <fitzsim at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: GCC Development <gcc at gcc dot gnu dot org>, java at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Sat, 10 Jun 2006 03:23:13 -0400
- Subject: Re: bootstrap broken on PPC-darwin and other targets without pkg-config (which is almost all)
- References: <D1238BF7-8E73-4E44-889B-2ADE48023C00@physics.uc.edu>
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 <fitzsim@redhat.com>
* 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 <fitzsim@redhat.com>
+
+ * configure.ac (ac_configure_args): Add --disable-plugin.
+ * configure: Regenerate.
+
2006-06-09 Tom Tromey <tromey@redhat.com>
PR libgcj/27730: