mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
check for _snprintf and _vsnprintf
This commit is contained in:
parent
11f65cc599
commit
c4fe80e9c3
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ AC_TYPE_SIGNAL
|
|||
AC_FUNC_VPRINTF
|
||||
AC_CHECK_FUNCS(
|
||||
connect dlopen fcntl ftime getaddrinfo gethostname gethostbyname \
|
||||
getnameinfo gettimeofday mkdir select socket snprintf stat strerror \
|
||||
strstr snprintf vsnprintf
|
||||
getnameinfo gettimeofday mkdir select socket stat strerror \
|
||||
strstr snprintf vsnprintf _snprintf _vsnprintf
|
||||
)
|
||||
|
||||
dnl Checks for stricmp/strcasecmp
|
||||
|
|
Loading…
Reference in a new issue