diff options
author | Zack Weinberg <zackw@stanford.edu> | 2001-05-26 04:54:42 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-05-26 04:54:42 +0000 |
commit | 05e126346a8a32f5e34c169a11dc3635d67347f1 (patch) | |
tree | 9fd48312385176e53f54e438031f73f773423869 /gcc/config.in | |
parent | 88657302b711baa2b317b2bb91c93d0a03e16b36 (diff) | |
download | gcc-05e126346a8a32f5e34c169a11dc3635d67347f1.tar.gz |
aclocal.m4: Quote final argument of patsubst.
* aclocal.m4: Quote final argument of patsubst. Use
3-argument form of AC_DEFINE. Restore quotes to [] while
using AC_FD_CC.
* configure.in: Remove unnecessary changequote calls.
* configure, config.in: Regenerate.
From-SVN: r42617
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index bfe43be1fcc..53995ba2e4b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -13,9 +13,6 @@ /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT -/* Define if the `long double' type works. */ -#undef HAVE_LONG_DOUBLE - /* Define if you have the ANSI # stringizing operator in cpp. */ #undef HAVE_STRINGIZE @@ -296,6 +293,9 @@ /* Define if your compiler understands volatile. */ #undef HAVE_VOLATILE +/* Define if your compiler supports the `long double' type. */ +#undef HAVE_LONG_DOUBLE + /* Define if your compiler supports the `long long' type. */ #undef HAVE_LONG_LONG |