diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-03-03 14:14:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-03-06 11:42:30 +1030 |
commit | 1f5345a614203185f7fdacbf4b000d2676de26dd (patch) | |
tree | 67228625c61b837baa2e0f176eabf2589445eb51 /binutils/config.in | |
parent | 62e755d208d7359e722a248df3e74278779272c8 (diff) | |
download | binutils-1f5345a614203185f7fdacbf4b000d2676de26dd.zip binutils-1f5345a614203185f7fdacbf4b000d2676de26dd.tar.gz binutils-1f5345a614203185f7fdacbf4b000d2676de26dd.tar.bz2 |
binutils: Fix warning on platforms that don't have asprintf
* configure.ac (AC_CHECK_DECLS): Add asprintf.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in index 5174d3e..6a63e2d 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -35,6 +35,10 @@ */ #undef HAVE_ALLOCA_H +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_ASPRINTF + /* Define to 1 if you have the declaration of `environ', and to 0 if you don't. */ #undef HAVE_DECL_ENVIRON |