aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-24 14:06:36 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-24 14:06:36 +0000
commit3f0ed2487d71a12f25d6f7789ccfac6c3fffb0da (patch)
tree6a3c114dabbc855cdf95c881c774511f4b1b1a46
parent5663e71bc66fa4c472421e79afde8bbb6cefc551 (diff)
Add -pedantic to --with-extra-gcc-checks
svn path=/trunk/; revision=9442
-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)