diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-03 21:13:59 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-03 21:13:59 +0000 |
commit | 6f8ecb9ea75764755963a7e61a64b2b9660337df (patch) | |
tree | f0c0ee75438793828bd84d46498deff3b1bd7482 /gcc/config.in | |
parent | 80096ea0e8da0110d9d5af05e304963377b1c685 (diff) | |
download | gcc-6f8ecb9ea75764755963a7e61a64b2b9660337df.tar.gz |
* configure.ac: Check declaration for asprintf, needed by
libiberty.h.
* configure: Regenerate.
* config.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100555 138bc75d-0d04-0410-961f-82ee72b054a4
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 |