diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 04:54:42 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 04:54:42 +0000 |
commit | 2149241d410a8ccd08889e77d68bf04bf26effec (patch) | |
tree | 9fd48312385176e53f54e438031f73f773423869 /gcc/config.in | |
parent | 2a28135353b97956c0ad51a9fe00868f24458a06 (diff) | |
download | gcc-2149241d410a8ccd08889e77d68bf04bf26effec.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42617 138bc75d-0d04-0410-961f-82ee72b054a4
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 |