malloc, realloc tests away

This commit is contained in:
whottgen 2004-09-29 11:54:17 +00:00
parent f83543a90b
commit 607bf01514

View File

@ -107,8 +107,8 @@ AC_CHECK_TYPES(socklen_t)
# Checks for library functions. # Checks for library functions.
AC_FUNC_FORK AC_FUNC_FORK
AC_FUNC_MALLOC dnl AC_FUNC_MALLOC
AC_FUNC_REALLOC dnl AC_FUNC_REALLOC
AC_FUNC_SELECT_ARGTYPES AC_FUNC_SELECT_ARGTYPES
AC_CHECK_FUNCS([inet_ntoa memset select socket strchr strdup strerror strrchr strtol dlopen dlsym dlerror], [], AC_CHECK_FUNCS([inet_ntoa memset select socket strchr strdup strerror strrchr strtol dlopen dlsym dlerror], [],
[AC_MSG_ERROR([*** missing function, we can't go without it])]) [AC_MSG_ERROR([*** missing function, we can't go without it])])