From: Owen Taylor Date: Wed, 19 Sep 2001 20:39:56 +0000 (+0000) Subject: Patch from Matthias Clasen (#59806) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7b0afc55825ec514ca2a03bf867964381efc169f;p=dana%2Fcg-glib.git Patch from Matthias Clasen (#59806) Wed Sep 19 14:17:31 2001 Owen Taylor Patch from Matthias Clasen (#59806) * configure.in: Check for vasprintf(). --- diff --git a/configure.in b/configure.in index b85b13ef..9cebf176 100644 --- a/configure.in +++ b/configure.in @@ -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.