[patch] fix typo

Andreas Tobler toa@pop.agri.ch
Wed Sep 28 21:00:00 GMT 2005


Hello,

this patch fixes a typo in configure.ac.
Ok for main?

Andreas

2005-09-28  Andreas Tobler  <a.tobler@schweiz.ch>

	* configure.ac: Fix typo.
	* configure: Regenerate.

Index: configure.ac
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.ac,v
retrieving revision 1.42
diff -u -r1.42 configure.ac
--- configure.ac        27 Sep 2005 20:03:07 -0000      1.42
+++ configure.ac        28 Sep 2005 20:57:21 -0000
@@ -223,7 +223,7 @@

  AM_CONDITIONAL(XLIB_AWT, test "$use_xlib_awt" = yes)
  AM_CONDITIONAL(GTK_AWT, test "$use_gtk_awt" = yes)
-AM_CONDITIONAL(QT_AWT, test "$use_gtk_awt" = yes)
+AM_CONDITIONAL(QT_AWT, test "$use_qt_awt" = yes)

  # Create standard.omit based on decisions we just made.
  cp $srcdir/standard.omit.in standard.omit



More information about the Java-patches mailing list