SQUID_CHECK_FUNCTIONAL_LIBCAP2
# if it can't be supported..
- if test "x$ac_cv_header_sys_capability_h" = "no" -o \
- "x$ac_cv_lib_cap_cap_clear_flag" = "no"; then
+ if test "x$ac_cv_header_sys_capability_h" = "xno" -o \
+ "x$ac_cv_lib_cap_cap_clear_flag" = "xno"; then
# and it was forced on: error
- if "x$with_libcap" = "yes" ; then
+ if "x$with_libcap" = "xyes" ; then
AC_MSG_ERROR([libcap forced enabled but not available or not usable, requires libcap-2.09 or later])
else
# with_libcap is "auto"; it can't be supported. Disable.