From 65280f6ca64c7c6f3d13001fcb9007b38ea0046e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 13 Nov 2006 23:38:21 +0100 Subject: [PATCH] configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL test. * configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL test. * configure: Rebuilt. From-SVN: r118780 --- gcc/ChangeLog | 6 ++++++ gcc/configure | 3 ++- gcc/configure.ac | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 206bd4358580..45098d95c0f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-11-13 Jakub Jelinek + + * configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL + test. + * configure: Rebuilt. + 2006-11-13 Andrew Pinski * config/rs6000/cell.md: New file. diff --git a/gcc/configure b/gcc/configure index d0e027b728fd..55e5ac85d79a 100755 --- a/gcc/configure +++ b/gcc/configure @@ -18255,9 +18255,10 @@ else else glibc_header_dir=/usr/include fi - grep '^ *#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \ + grep '^[ ]*#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \ $glibc_header_dir/bits/wordsize.h > /dev/null 2>&1 \ && gcc_cv_target_ldbl128=yes + fi ;; diff --git a/gcc/configure.ac b/gcc/configure.ac index b50b6c825025..ae336d728b4d 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -3353,9 +3353,12 @@ case "$target" in else glibc_header_dir=/usr/include fi +changequote(,)dnl grep '^[ ]*#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \ $glibc_header_dir/bits/wordsize.h > /dev/null 2>&1 \ - && gcc_cv_target_ldbl128=yes]) + && gcc_cv_target_ldbl128=yes +changequote([,])dnl + ]) ;; esac if test x$gcc_cv_target_ldbl128 = xyes; then -- 2.47.2