Commit 95695ad3 by Paolo Bonzini Committed by Paolo Bonzini

configure.in: Fix thinkos in previous check-in.

2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

	* configure.in: Fix thinkos in previous check-in.
	* configure: Regenerate.

From-SVN: r115147
parent b6348cb3
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Fix thinko in previous check-in.
* configure.in: Fix thinkos in previous check-in.
* configure: Regenerate.
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
......
......@@ -1254,7 +1254,7 @@ if test -d ${srcdir}/gcc; then
esac
# Disable languages that need other directories if these aren't available.
for i in $subdir_requires .; do
for i in $subdir_requires; do
test -f "$srcdir/gcc/$i/config-lang.in" && continue
case ,${enable_languages}, in
*,${language},*)
......
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