summaryrefslogtreecommitdiff
path: root/config/acx.m4
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2011-12-18 10:20:51 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2011-12-18 10:20:51 +0000
commit5ccbf484d6ca9556c3148d2538e6b43ee21bb11e (patch)
tree1b5726e11588e123510e9cab810a3ddce2f42f9d /config/acx.m4
parent597f72c695e54e2653c930d84864d7f679aef621 (diff)
downloadbinutils-redhat-5ccbf484d6ca9556c3148d2538e6b43ee21bb11e.tar.gz
* configure: Regenerate.
config/ * acx.m4 (Test for GNAT): Update comment and add quotes in final test.
Diffstat (limited to 'config/acx.m4')
-rw-r--r--config/acx.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/config/acx.m4 b/config/acx.m4
index b559c03ebd..9ff31eb85f 100644
--- a/config/acx.m4
+++ b/config/acx.m4
@@ -356,9 +356,9 @@ m4_define([AC_CHECK_HEADER],m4_defn([_AC_CHECK_HEADER_OLD]))
ac_c_preproc_warn_flag=yes])# AC_PROG_CPP_WERROR
# Test for GNAT.
-# We require the gnatbind program, and a compiler driver that
-# understands Ada. We use the user's CC setting, already found,
-# and possibly add $1 to the command-line parameters.
+# We require the gnatbind & gnatmake programs, as well as a compiler driver
+# that understands Ada. We use the user's CC setting, already found, and
+# possibly add $1 to the command-line parameters.
#
# Sets the shell variable have_gnat to yes or no as appropriate, and
# substitutes GNATBIND and GNATMAKE.
@@ -387,7 +387,7 @@ if test x"$errors" = x && test -f conftest.$ac_objext; then
fi
rm -f conftest.*])
-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