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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user