summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9a0086c99c..2579c9f757 100755
--- a/configure
+++ b/configure
@@ -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