configure.ac: Fix typo.

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

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

From-SVN: r104764
This commit is contained in:
Andreas Tobler 2005-09-29 07:00:39 +02:00 committed by Andreas Tobler
parent 0f8594eee9
commit a0bb10e784
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-09-29 Andreas Tobler <a.tobler@schweiz.ch>
* configure.ac: Fix typo.
* configure: Regenerate.
2005-09-28 Geoffrey Keating <geoffk@apple.com>
* sysdep/powerpc/locks.h: Use 64-bit versions of primitives when

2
libjava/configure vendored
View File

@ -4654,7 +4654,7 @@ fi
if test "$use_gtk_awt" = yes; then
if test "$use_qt_awt" = yes; then
QT_AWT_TRUE=
QT_AWT_FALSE='#'
else

View File

@ -223,7 +223,7 @@ done
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