aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-24 14:06:36 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-24 14:06:36 +0000
commit0ca271c76a646fa68a2af016644cb9b217f772eb (patch)
tree6a3c114dabbc855cdf95c881c774511f4b1b1a46 /configure.in
parent92f87d7e12ca86dcad56210ce14eb22e4c596204 (diff)
Add -pedantic to --with-extra-gcc-checks
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9442 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 042ca0682c..36edf3975c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.239 2003/12/18 18:56:37 guy Exp $
+# $Id: configure.in,v 1.240 2003/12/24 14:06:36 jmayer Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -78,7 +78,7 @@ AC_ARG_WITH(extra-gcc-checks,
[
if test $withval != no
then
- ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align"
+ ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align -pedantic"
fi
],)
AC_MSG_CHECKING(to see if we can add '-Wall -W$ethereal_extra_gcc_flags' to CFLAGS)