aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-10 14:59:27 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-10 14:59:27 +0000
commitf0461f741b4071f539f6e6f7b681b610d808f321 (patch)
tree0eb00d855821d052d218f8aa355a284e8566e2c8 /configure.ac
parent65ac58003d3a4b7c4eee38606dd341610b18d05c (diff)
-simplifying function checks
git-svn-id: https://gnunet.org/svn/gnunet@22596 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 07f71bf197..53c6c90205 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