diff options
author | Jeff Layton <jlayton@samba.org> | 2010-04-09 08:47:11 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-04-09 08:47:11 -0400 |
commit | 8d08f2b352e3521674465c21bbbd2a2a991781bd (patch) | |
tree | ed4bde808263654926e56f1398f285ac160261a1 | |
parent | c3fb3cb1376065734f1b238843d9614d1b9631f0 (diff) | |
download | cifs-utils-8d08f2b352e3521674465c21bbbd2a2a991781bd.tar.gz cifs-utils-8d08f2b352e3521674465c21bbbd2a2a991781bd.tar.bz2 cifs-utils-8d08f2b352e3521674465c21bbbd2a2a991781bd.zip |
autoconf: remove explicit check for prctl
...it's already checked in AC_LIBCAP
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 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" |