fi
dnl CentOS (and RHEL) still define ntohs() using deprecated C++ features
-SQUID_CC_REQUIRE_ARGUMENT([ac_cv_require_wno_deprecated_register],[-Wno-deprecated-register],[[#include <arpa/inet.h>]],[[int fox=ntohs(1);]])
+SQUID_CC_REQUIRE_ARGUMENT([ac_cv_require_wno_deprecated_register],[-Werror -Wno-deprecated-register],[[#include <arpa/inet.h>]],[[int fox=ntohs(1);]])
if test "x$enable_strict_error_checking" != "xno"; then
SQUID_CFLAGS="$SQUID_CFLAGS $squid_cv_cc_option_werror"