* configure: Regenerate.
config/ * acx.m4 (Test for GNAT): Update comment and add quotes in final test.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user