From 5678bfb6e0ec1dd3e3dd4ee9b9e1604571c2725d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Jul 2012 14:59:27 +0000 Subject: [PATCH] -simplifying function checks --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 07f71bf19..53c6c9020 100644 --- a/configure.ac +++ b/configure.ac @@ -690,7 +690,7 @@ AC_FUNC_VPRINTF AC_HEADER_SYS_WAIT AC_TYPE_OFF_T AC_TYPE_UID_T -AC_CHECK_FUNCS([atoll stat64 mremap setrlimit sysconf initgroups strndup gethostbyname2 getpeerucred getpeereid setresuid $funcstocheck]) +AC_CHECK_FUNCS([atoll stat64 strnlen mremap setrlimit sysconf initgroups strndup gethostbyname2 getpeerucred getpeereid setresuid $funcstocheck]) # restore LIBS LIBS=$SAVE_LIBS -- 2.25.1