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@gcc.gnu.org>2005-06-03 21:13:59 +0000
commit7391b66c6a042a6b510baed4ceb65c26c73cc810 (patch)
treef0c0ee75438793828bd84d46498deff3b1bd7482 /gcc/config.in
parent441e96b5bc6736abb50a7f7927b77e4ab5b57daf (diff)
downloadgcc-7391b66c6a042a6b510baed4ceb65c26c73cc810.zip
gcc-7391b66c6a042a6b510baed4ceb65c26c73cc810.tar.gz
gcc-7391b66c6a042a6b510baed4ceb65c26c73cc810.tar.bz2
configure.ac: Check declaration for asprintf, needed by libiberty.h.
* configure.ac: Check declaration for asprintf, needed by libiberty.h. * configure: Regenerate. * config.in: Likewise. From-SVN: r100555
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 6221762..2d12fd0 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