* configure.ac (vasprintf,fopencookie): Add checks.
authorWerner Koch <wk@gnupg.org>
Wed, 13 Feb 2002 14:59:22 +0000 (14:59 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 13 Feb 2002 14:59:22 +0000 (14:59 +0000)
ChangeLog
configure.ac

index 5477815c69342116bcd08e6680d36c315b964ac2..dea31cd90db2285e698b7fdac2d098c7e98f4c0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-13  Werner Koch  <wk@gnupg.org>
+
+       * configure.ac (vasprintf,fopencookie): Add checks.
+
 2002-02-12  Marcus Brinkmann  <marcus@g10code.de>
 
        * configure.ac (AC_INIT): Bump version to 0.3.3.
index 95073b9ef66ad150a31f9ccc7222b7a7cd737059..160622058bd5396a0cdd14f80a4e723dddf4635d 100644 (file)
@@ -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.])