diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-11-13 23:38:21 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-11-13 23:38:21 +0100 |
commit | 65280f6ca64c7c6f3d13001fcb9007b38ea0046e (patch) | |
tree | 2652fc17dcdf6e65fce8350943dfea5ba1d15da0 /gcc/configure | |
parent | 597c25e65d1ba0f80796c91f8b1c6318fd353caa (diff) | |
download | gcc-65280f6ca64c7c6f3d13001fcb9007b38ea0046e.zip gcc-65280f6ca64c7c6f3d13001fcb9007b38ea0046e.tar.gz gcc-65280f6ca64c7c6f3d13001fcb9007b38ea0046e.tar.bz2 |
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
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index d0e027b..55e5ac8 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 ;; |