public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix typo
@ 2005-09-28 21:00 Andreas Tobler
  2005-09-29  1:00 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Tobler @ 2005-09-28 21:00 UTC (permalink / raw)
  To: Java Patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] fix typo
  2005-09-28 21:00 [patch] fix typo Andreas Tobler
@ 2005-09-29  1:00 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2005-09-29  1:00 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: Java Patches

>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:

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

Yes, thanks.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-29  1:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-28 21:00 [patch] fix typo Andreas Tobler
2005-09-29  1:00 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).