From: Christian Grothoff Date: Tue, 10 Jul 2012 14:59:27 +0000 (+0000) Subject: -simplifying function checks X-Git-Tag: initial-import-from-subversion-38251~12551 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5678bfb6e0ec1dd3e3dd4ee9b9e1604571c2725d;p=oweals%2Fgnunet.git -simplifying function checks --- 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