From 8d08f2b352e3521674465c21bbbd2a2a991781bd Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 9 Apr 2010 08:47:11 -0400 Subject: autoconf: remove explicit check for prctl ...it's already checked in AC_LIBCAP Signed-off-by: Jeff Layton --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index d734d62..857b0d8 100644 --- a/configure.ac +++ b/configure.ac @@ -100,9 +100,6 @@ AC_FUNC_STRNLEN # check for required functions AC_CHECK_FUNCS([alarm atexit endpwent getmntent getpass gettimeofday inet_ntop memset realpath setenv strchr strdup strerror strncasecmp strndup strpbrk strrchr strstr strtol strtoul uname], , [AC_MSG_ERROR([necessary functions(s) not found])]) -# check for prctl -AC_CHECK_FUNCS([prctl]) - # ugly, but I'm not sure how to check for functions in a library that's not in $LIBS cu_saved_libs=$LIBS LIBS="$LIBS $KRB5_LDADD" -- cgit v1.2.3