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>
|
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
Sync from gcc:
|
Sync from gcc:
|
||||||
|
|
|
@ -2469,7 +2469,7 @@ if test -d ${srcdir}/gcc; then
|
||||||
|
|
||||||
# Disable languages that need other directories if these aren't available.
|
# Disable languages that need other directories if these aren't available.
|
||||||
for i in $subdir_requires .; do
|
for i in $subdir_requires .; do
|
||||||
test -d gcc/$i && continue
|
test -f "$srcdir/gcc/$i/config-lang.in" && continue
|
||||||
case ,${enable_languages}, in
|
case ,${enable_languages}, in
|
||||||
*,${language},*)
|
*,${language},*)
|
||||||
# Specifically requested language; tell them.
|
# 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.
|
# Disable languages that need other directories if these aren't available.
|
||||||
for i in $subdir_requires .; do
|
for i in $subdir_requires .; do
|
||||||
test -d gcc/$i && continue
|
test -f "$srcdir/gcc/$i/config-lang.in" && continue
|
||||||
case ,${enable_languages}, in
|
case ,${enable_languages}, in
|
||||||
*,${language},*)
|
*,${language},*)
|
||||||
# Specifically requested language; tell them.
|
# Specifically requested language; tell them.
|
||||||
|
|
Loading…
Reference in New Issue