Commit 3891e7d9 authored by bonzini's avatar bonzini
Browse files

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.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115146 138bc75d-0d04-0410-961f-82ee72b054a4
parent 5dee13c2
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
......
......@@ -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.
......
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
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment