mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Fix thinko in previous check-in. * configure: Regenerate.
This commit is contained in:
parent
f90716dddf
commit
69d5f3329f
@ -1,3 +1,8 @@
|
||||
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.in: Fix thinko in previous check-in.
|
||||
* configure: Regenerate.
|
||||
|
||||
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
Sync from gcc:
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2469,7 +2469,7 @@ if test -d ${srcdir}/gcc; then
|
||||
|
||||
# Disable languages that need other directories if these aren't available.
|
||||
for i in $subdir_requires .; do
|
||||
test -d gcc/$i && continue
|
||||
test -f "$srcdir/gcc/$i/config-lang.in" && continue
|
||||
case ,${enable_languages}, in
|
||||
*,${language},*)
|
||||
# Specifically requested language; tell them.
|
||||
|
@ -1255,7 +1255,7 @@ if test -d ${srcdir}/gcc; then
|
||||
|
||||
# Disable languages that need other directories if these aren't available.
|
||||
for i in $subdir_requires .; do
|
||||
test -d gcc/$i && continue
|
||||
test -f "$srcdir/gcc/$i/config-lang.in" && continue
|
||||
case ,${enable_languages}, in
|
||||
*,${language},*)
|
||||
# Specifically requested language; tell them.
|
||||
|
Loading…
x
Reference in New Issue
Block a user