OSDN Git Service

* configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2006 22:38:21 +0000 (22:38 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2006 22:38:21 +0000 (22:38 +0000)
test.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118780 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 206bd43..45098d9 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL
+       test.
+       * configure: Rebuilt.
+
 2006-11-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        * config/rs6000/cell.md: New file.
index d0e027b..55e5ac8 100755 (executable)
@@ -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
 
     ;;
index b50b6c8..ae336d7 100644 (file)
@@ -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