aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-05-26 04:54:42 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-05-26 04:54:42 +0000
commit05e126346a8a32f5e34c169a11dc3635d67347f1 (patch)
tree9fd48312385176e53f54e438031f73f773423869 /gcc/config.in
parent88657302b711baa2b317b2bb91c93d0a03e16b36 (diff)
downloadgcc-05e126346a8a32f5e34c169a11dc3635d67347f1.zip
gcc-05e126346a8a32f5e34c169a11dc3635d67347f1.tar.gz
gcc-05e126346a8a32f5e34c169a11dc3635d67347f1.tar.bz2
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.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in
index bfe43be..53995ba 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