aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-01-18 16:24:58 +0000
committerJörg Mayer <jmayer@loplof.de>2004-01-18 16:24:58 +0000
commit40b837c98d68264bbb0c45e279e648b41a23e63d (patch)
treeb436f85122c1aee4d382223ee7aa91a51f6fb9f5 /configure.in
parente68ca30d107e5d95a190e8d56e409059707f3cca (diff)
Add -Wstrict-prototypes to extra-gcc-checks
svn path=/trunk/; revision=9723
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 fada00be1e..bee07de392 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.244 2004/01/10 16:50:52 obiot Exp $
+# $Id: configure.in,v 1.245 2004/01/18 16:24:58 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 -Wbad-function-cast -pedantic"
+ ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align -Wbad-function-cast -pedantic -Wstrict-prototypes"
fi
],)
AC_MSG_CHECKING(to see if we can add '-Wall -W$ethereal_extra_gcc_flags' to CFLAGS)