diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2011-12-18 10:20:52 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2011-12-18 10:20:52 +0000 |
commit | 64b986c0020e560e43cd438a82dc931cd61a363d (patch) | |
tree | 4dff3f196ec65a1d73e58e6386992369128f4e89 /configure | |
parent | fd1daff7025050f949ee3be116cbb5a46139e365 (diff) | |
download | gdb-64b986c0020e560e43cd438a82dc931cd61a363d.zip gdb-64b986c0020e560e43cd438a82dc931cd61a363d.tar.gz gdb-64b986c0020e560e43cd438a82dc931cd61a363d.tar.bz2 |
* configure: Regenerate.
config/
* acx.m4 (Test for GNAT): Update comment and add quotes in final test.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |