diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-02 17:35:47 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-02 17:35:47 +0000 |
commit | 4fd35f21b663206690d1466d99e0cb9f13f653c4 (patch) | |
tree | 7515f3fdad83ebae2386170c32b1dec29b307ee8 /configure | |
parent | 1279b87b3d29510bd11d89a837e0c4863ec7f398 (diff) | |
download | gcc-4fd35f21b663206690d1466d99e0cb9f13f653c4.tar.gz |
Add brackets around AC_TRY_COMPILE alternative.
2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
* configure.ac: Add brackets around AC_TRY_COMPILE alternative.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure index fe2bb65ba39..02272032e70 100755 --- a/configure +++ b/configure @@ -5473,7 +5473,8 @@ if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then # Check for the recommended and required versions of GMP. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5 $as_echo_n "checking for the correct version of gmp.h... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include "gmp.h" int @@ -5491,8 +5492,7 @@ main () } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : - -cat confdefs.h - <<_ACEOF >conftest.$ac_ext + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <gmp.h> int |