From 5ccbf484d6ca9556c3148d2538e6b43ee21bb11e Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sun, 18 Dec 2011 10:20:51 +0000 Subject: * configure: Regenerate. config/ * acx.m4 (Test for GNAT): Update comment and add quotes in final test. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.1