Added checks for snprintf, _snprintf and _vsnprintf

This commit is contained in:
Marcus Sundberg 2000-01-05 00:34:44 +00:00
parent 8ce6e3d062
commit cfbbf80801

View file

@ -31,7 +31,8 @@ dnl Checks for library functions.
AC_FUNC_MMAP
AC_FUNC_VPRINTF
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,
[ --enable-release compile release (with optimization)],