From 2a7f4fa91ffc8ad3ad195f7ac02a4c97bc96b791 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 26 Aug 2015 10:56:26 +0100 Subject: Add asprintf to the list of functions whose decls are checked at configure time. PR gas/18842 * configure.ac (AS_CHECK_DECLS): Add asprintf. * configure: Regenerate. * config.in: Regenerate. --- gas/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/config.in') diff --git a/gas/config.in b/gas/config.in index a2d62f4..e92edb1 100644 --- a/gas/config.in +++ b/gas/config.in @@ -53,6 +53,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 `free', and to 0 if you don't. */ #undef HAVE_DECL_FREE -- cgit v1.1