diff options
author | Gabriel Dos Reis <gdr@integrable-solutions.net> | 2005-06-03 21:13:59 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2005-06-03 21:13:59 +0000 |
commit | 7391b66c6a042a6b510baed4ceb65c26c73cc810 (patch) | |
tree | f0c0ee75438793828bd84d46498deff3b1bd7482 /gcc/config.in | |
parent | 441e96b5bc6736abb50a7f7927b77e4ab5b57daf (diff) | |
download | gcc-7391b66c6a042a6b510baed4ceb65c26c73cc810.tar.gz |
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.in | 7 |
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 |