Fix a typo to make compiling with extra-gcc flags disable compiling with

errors.

svn path=/trunk/; revision=21840
This commit is contained in:
Jörg Mayer 2007-05-20 14:40:45 +00:00
parent 55419bedf4
commit e3e1d07557
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ AC_ARG_ENABLE(extra-gcc-checks,
AC_HELP_STRING( [--enable-extra-gcc-checks],
[Do additional -W checks in GCC. @<:@default=no@:>@]),
[
wiretap_extra_gcc_flags=$enableval
wireshark_extra_gcc_flags=$enableval
if test $enableval != no
then
AC_WIRETAP_GCC_CFLAGS_CHECK(-pedantic)