aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-06-26 22:43:51 +0000
committerGuy Harris <guy@alum.mit.edu>2013-06-26 22:43:51 +0000
commiteaf5e3fd1f296131e22b72e8f9986c6b3e1dcc56 (patch)
treec082d2baac5ac318cc25ab0b39e1b47726731148 /configure.ac
parent97d59088b014bbc27e2f0b4254e4f1a9816dd7a5 (diff)
downloadwireshark-eaf5e3fd1f296131e22b72e8f9986c6b3e1dcc56.tar.gz
wireshark-eaf5e3fd1f296131e22b72e8f9986c6b3e1dcc56.tar.bz2
wireshark-eaf5e3fd1f296131e22b72e8f9986c6b3e1dcc56.zip
Don't assume that compilers that need an extra option to report errors,
rather than just warnings, for unknown warning options are named "clang"; they might not be. svn path=/trunk/; revision=50177
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 632066fe9e..f9883eb431 100644
--- a/configure.ac
+++ b/configure.ac
@@ -508,6 +508,12 @@ fi
AC_SUBST(HAVE_OSX_PACKAGING)
#
+# Some compilers have to be told to fail on unknown warning errors;
+# make sure we do that.
+#
+AC_WIRESHARK_CHECK_UNKNOWN_WARNING_OPTION_ERROR
+
+#
# Try to add some additional gcc checks to CFLAGS
#
AC_ARG_ENABLE(extra-gcc-checks,