mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-26 05:40:49 +00:00
Added checks for snprintf, _snprintf and _vsnprintf
This commit is contained in:
parent
8ce6e3d062
commit
cfbbf80801
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ dnl Checks for library functions.
|
||||||
AC_FUNC_MMAP
|
AC_FUNC_MMAP
|
||||||
AC_FUNC_VPRINTF
|
AC_FUNC_VPRINTF
|
||||||
AC_CHECK_FUNCS(gethostname gethostbyname connect gettimeofday getwd mkdir \
|
AC_CHECK_FUNCS(gethostname gethostbyname connect gettimeofday getwd mkdir \
|
||||||
putenv select socket strerror strstr vsnprintf)
|
putenv select socket strerror strstr snprintf _snprintf vsnprintf \
|
||||||
|
_vsnprintf)
|
||||||
|
|
||||||
AC_ARG_ENABLE(release,
|
AC_ARG_ENABLE(release,
|
||||||
[ --enable-release compile release (with optimization)],
|
[ --enable-release compile release (with optimization)],
|
||||||
|
|
Loading…
Reference in a new issue