From d8119956bbc6479ab0c26e341d577faf30236e67 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 13 Feb 2002 14:59:22 +0000 Subject: * configure.ac (vasprintf,fopencookie): Add checks. --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 95073b9e..16062205 100644 --- a/configure.ac +++ b/configure.ac @@ -122,6 +122,13 @@ dnl dnl These are needed by libjnlib AC_CHECK_FUNCS(memicmp stpcpy strlwr strtoul memmove stricmp) +# asprintf() is at least used in assuan +AC_REPLACE_FUNCS(vasprintf) +# Note: fopencokie is only a dummy stub and not used. +# However some code in assuan/ links against it. +AC_REPLACE_FUNCS(fopencookie) + + dnl We use jnlib, so tell other modules about it AC_DEFINE(HAVE_JNLIB_LOGGING, 1, [Defined if jnlib style logging fucntions are available.]) -- cgit v1.2.3