aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-13 23:38:21 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2006-11-13 23:38:21 +0100
commit65280f6ca64c7c6f3d13001fcb9007b38ea0046e (patch)
tree2652fc17dcdf6e65fce8350943dfea5ba1d15da0 /gcc/configure.ac
parent597c25e65d1ba0f80796c91f8b1c6318fd353caa (diff)
downloadgcc-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.ac')
-rw-r--r--gcc/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index b50b6c8..ae336d7 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