]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cosmetic cleanup of --without-libcap message
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 27 Oct 2009 21:51:32 +0000 (22:51 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 27 Oct 2009 21:51:32 +0000 (22:51 +0100)
configure.in

index 4bd2cccaec7ceb5855aafda660a0433a520820a8..7329ce894770e01f0e6cee38b9d52d33e7d36e85 100644 (file)
@@ -2764,7 +2764,7 @@ AC_ARG_WITH(libcap, AS_HELP_STRING([--without-libcap],[disable usage of Linux ca
     AC_MSG_RESULT(libcap forced enabled)
     use_libcap=yes
   else
-    AC_MSG_RESULT(libcap disabled)
+    AC_MSG_RESULT(libcap forced disabled)
     use_libcap=no
   fi
 ])