* configure: Regenerate.

config/
	* acx.m4 (Test for GNAT): Update comment and add quotes in final test.
This commit is contained in:
Eric Botcazou
2011-12-18 10:20:52 +00:00
parent d004a27971
commit 1a08e38b0d
4 changed files with 13 additions and 5 deletions

2
configure vendored
View File

@ -4977,7 +4977,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
have_gnat=yes
else
have_gnat=no