This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] fix typo
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 28 Sep 2005 23:00:06 +0200
- Subject: [patch] fix typo
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