mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
Added a check for strsep(), HAVE_STRSEP is defined if you do.
This commit is contained in:
parent
bc388056d0
commit
c3035f6f7a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ AC_FUNC_MMAP
|
|||
AC_FUNC_VPRINTF
|
||||
AC_CHECK_FUNCS(gethostname gethostbyname connect gettimeofday getwd mkdir \
|
||||
ftime _ftime fcntl stat putenv select socket strerror strstr \
|
||||
snprintf _snprintf vsnprintf _vsnprintf)
|
||||
snprintf _snprintf vsnprintf _vsnprintf strsep)
|
||||
|
||||
AC_ARG_ENABLE(experimental,
|
||||
[ --enable-experimental compile with experimental code. Use at your
|
||||
|
|
Loading…
Reference in a new issue