From: Henrik Nordstrom Date: Wed, 28 Oct 2009 01:02:27 +0000 (+0100) Subject: Remove obsolete --disable-caps configure option X-Git-Tag: SQUID_3_2_0_1~643 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a50982e5eab750f389f1d1e20240602c12ce2dd9;p=thirdparty%2Fsquid.git Remove obsolete --disable-caps configure option --- diff --git a/configure.in b/configure.in index b021a31a23..6d37602265 100644 --- a/configure.in +++ b/configure.in @@ -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)