From 3f0ed2487d71a12f25d6f7789ccfac6c3fffb0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 24 Dec 2003 14:06:36 +0000 Subject: Add -pedantic to --with-extra-gcc-checks svn path=/trunk/; revision=9442 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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) -- cgit v1.2.1