--- wireshark-0.99.6/acinclude.m4~ 2007-09-04 14:52:13.000000000 +0200 +++ wireshark-0.99.6/acinclude.m4 2007-09-04 14:56:04.000000000 +0200 @@ -486,7 +486,7 @@ AC_DEFINE(HAVE_PCAP_BREAKLOOP, 1, [Define if pcap_breakloop is known]) if test "x$with_warnings_as_errors" = "xyes"; then AC_MSG_CHECKING([whether pcap_breakloop is usable]) - CFLAGS="$CFLAGS -Werror -Wimplicit" + CFLAGS="$CFLAGS -Wimplicit" AC_WIRESHARK_PCAP_BREAKLOOP_TRY_LINK if test "x$ws_breakloop_compiled" = "xyes"; then AC_MSG_RESULT(yes)