diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-13 22:38:21 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-13 22:38:21 +0000 |
commit | dfce740a3fa3ab39faa588f2db787111510a379f (patch) | |
tree | 2652fc17dcdf6e65fce8350943dfea5ba1d15da0 /gcc/configure | |
parent | 67ba07534d36cb965f3e4d778b20b1a528bd42bf (diff) | |
download | gcc-dfce740a3fa3ab39faa588f2db787111510a379f.tar.gz |
* configure.ac: Add changequote around __LONG_DOUBLE_MATH_OPTIONAL
test.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118780 138bc75d-0d04-0410-961f-82ee72b054a4
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 d0e027b728f..55e5ac85d79 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 ;; |