Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2011-12-18 14:20:52 +0400
committerEric Botcazou <ebotcazou@adacore.com>2011-12-18 14:20:52 +0400
commit1a08e38b0dc0d881054c2a91c9935206c97a9577 (patch)
tree3aa35d529ba82fbd4d5d4e0f81c6ded892b9a11c /configure
parentd004a279716433bf3dc8477bc838d490028d223d (diff)
* 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 9a0086c99..2579c9f75 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