mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
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:
parent
0f8594eee9
commit
a0bb10e784
@ -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
2
libjava/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user