configure.in: Fix thinko in previous check-in.
2006-07-03 Paolo Bonzini <bonzini@gnu.org> * configure.in: Fix thinko in previous check-in. * configure: Regenerate. gcc: 2006-07-03 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Fix thinko in previous check-in. * configure: Regenerate. From-SVN: r115146
This commit is contained in:
parent
1546bb648f
commit
b6348cb338
@ -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>
|
||||
|
||||
PR other/27063
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2479,7 +2479,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.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.ac: Fix thinko in previous check-in.
|
||||
* configure: Regenerate.
|
||||
|
||||
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR other/27063
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -16040,7 +16040,7 @@ do
|
||||
*,$lang_alias,*) ;;
|
||||
*)
|
||||
for i in $subdir_requires; do
|
||||
test -d "$i" && continue
|
||||
test -f "${srcdir}/$i/config-lang.in" && continue
|
||||
ok=false
|
||||
break
|
||||
done
|
||||
|
@ -3384,7 +3384,7 @@ changequote([,])dnl
|
||||
*,$lang_alias,*) ;;
|
||||
*)
|
||||
for i in $subdir_requires; do
|
||||
test -d "$i" && continue
|
||||
test -f "${srcdir}/$i/config-lang.in" && continue
|
||||
ok=false
|
||||
break
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user