From: Eric Leblond Date: Thu, 4 Oct 2012 09:53:29 +0000 (+0200) Subject: nfq: fix detection of type nfq_get_payload function. X-Git-Tag: suricata-1.4beta2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58bf4ea4a4241710dd8db1fcf0eef678834f9f66;p=thirdparty%2Fsuricata.git nfq: fix detection of type nfq_get_payload function. --- diff --git a/configure.ac b/configure.ac index 5c73713c1c..959a83a189 100644 --- a/configure.ac +++ b/configure.ac @@ -562,7 +562,7 @@ AC_INIT(configure.ac) if test `basename $CC` = "clang"; then CFLAGS="${CFLAGS} -Werror=incompatible-pointer-types" else - CFLAGS="${CFLAGS} -Werror=pointer-sign" + CFLAGS="${CFLAGS} -Werror" fi AC_COMPILE_IFELSE( [AC_LANG_PROGRAM(