Patch from Matthias Clasen (#59806)
authorOwen Taylor <otaylor@redhat.com>
Wed, 19 Sep 2001 20:39:56 +0000 (20:39 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 19 Sep 2001 20:39:56 +0000 (20:39 +0000)
Wed Sep 19 14:17:31 2001  Owen Taylor  <otaylor@redhat.com>

Patch from Matthias Clasen (#59806)

* configure.in: Check for vasprintf().

configure.in

index b85b13e..9cebf17 100644 (file)
@@ -473,7 +473,7 @@ GLIB_SIZEOF([$size_includes], ptrdiff_t, ptrdiff_t)
 GLIB_SIZEOF([$size_includes], intmax_t, intmax_t)
 
 # Check for some functions
-AC_CHECK_FUNCS(lstat strerror strsignal memmove mkstemp vsnprintf stpcpy strcasecmp strncasecmp poll getcwd nanosleep)
+AC_CHECK_FUNCS(lstat strerror strsignal memmove mkstemp vsnprintf stpcpy strcasecmp strncasecmp poll getcwd nanosleep vasprintf)
 
 # Check if bcopy can be used for overlapping copies, if memmove isn't found.
 # The check is borrowed from the PERL Configure script.