1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

fixed configure check for c99 vsnprintf

This commit is contained in:
dan
2001-09-10 22:15:05 +00:00
parent 1cd42480bf
commit aae7c8b73a
3 changed files with 30 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ AC_CHECK_FUNCS(gethostname select poll strerror strcasecmp strncasecmp setpgid a
dnl ripped from samba
dnl
C_CACHE_CHECK([for C99 vsnprintf],_cv_HAVE_C99_VSNPRINTF,[
AC_CACHE_CHECK([for C99 vsnprintf],_cv_HAVE_C99_VSNPRINTF,[
AC_TRY_RUN([
#include <sys/types.h>
#include <stdarg.h>