Commit aa9dcfc4 by Paolo Bonzini Committed by Paolo Bonzini

configure: Regenerate.

2005-04-29  Paolo Bonzini  <bonzini@gnu.org>

	* configure: Regenerate.

config:
2005-04-29  Paolo Bonzini  <bonzini@gnu.org>

	* acx.m4 (ACX_PROG_GNAT): Remove stray break.

From-SVN: r98985
parent d266a2ff
2005-04-29 Paolo Bonzini <bonzini@gnu.org>
* configure: Regenerate.
2005-04-27 Mike Stump <mrs@apple.com> 2005-04-27 Mike Stump <mrs@apple.com>
* MAINTAINERS: Add self as darwin maintainer. * MAINTAINERS: Add self as darwin maintainer.
......
2005-04-29 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (ACX_PROG_GNAT): Remove stray break.
2005-03-31 Paolo Bonzini <bonzini@gnu.org> 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
* config/gcc-lib-path.m4: Remove. * gcc-lib-path.m4: Remove.
2005-03-21 Zack Weinberg <zack@codesourcery.com> 2005-03-21 Zack Weinberg <zack@codesourcery.com>
......
...@@ -212,7 +212,6 @@ acx_cv_cc_gcc_supports_ada=no ...@@ -212,7 +212,6 @@ acx_cv_cc_gcc_supports_ada=no
errors=`(${CC} -c conftest.adb) 2>&1 || echo failure` errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
if test x"$errors" = x && test -f conftest.$ac_objext; then if test x"$errors" = x && test -f conftest.$ac_objext; then
acx_cv_cc_gcc_supports_ada=yes acx_cv_cc_gcc_supports_ada=yes
break
fi fi
rm -f conftest.*]) rm -f conftest.*])
......
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