]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove obsolete --disable-caps configure option
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 28 Oct 2009 01:02:27 +0000 (02:02 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 28 Oct 2009 01:02:27 +0000 (02:02 +0100)
configure.in

index b021a31a2344c3cc27dd6b0faf786cf7aab3b55f..6d37602265b070388f364d83ad40ed854f54e549 100644 (file)
@@ -2754,11 +2754,6 @@ AC_CHECK_TYPE(socklen_t,AC_DEFINE(HAVE_SOCKLEN_T,1,[socklen_t is defined by the
 
 dnl Check for libcap header (assume its not broken unless 
 use_libcap=auto
-AC_ARG_ENABLE(caps,, [
-   AC_MSG_WARN([--disable-caps is obsolete, please use --without-libcap instead])
-   sleep 10
-   with_libcap=$enableval
-])
 AC_ARG_WITH(libcap, AS_HELP_STRING([--without-libcap],[disable usage of Linux capabilities library to control privileges]),
 [ if test "x$withval" = "xyes" ; then
     AC_MSG_RESULT(libcap forced enabled)