This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]