aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-06-03 21:13:59 +0000
committerGabriel Dos Reis <gdr@integrable-solutions.net>2005-06-03 21:13:59 +0000
commiteeb9a55a670413016b46aa6e6b49a7206225be32 (patch)
treef0c0ee75438793828bd84d46498deff3b1bd7482 /gcc/config.in
parent157b52fc78221156f8a769b1b5ae16637fc7f637 (diff)
* configure.ac: Check declaration for asprintf, needed by
libiberty.h. * configure: Regenerate. * config.in: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@100555 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 6221762435f..2d12fd04042 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -308,6 +308,13 @@
#endif
+/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
+ 0. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_DECL_ASPRINTF
+#endif
+
+
/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
#ifndef USED_FOR_TARGET
#undef HAVE_DECL_ATOF