From: jmayer Date: Sun, 20 May 2007 14:40:45 +0000 (+0000) Subject: Fix a typo to make compiling with extra-gcc flags disable compiling with X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=b30920a1de080a419a148029d38a397f3bc51166;p=obnox%2Fwireshark%2Fwip.git Fix a typo to make compiling with extra-gcc flags disable compiling with errors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21840 f5534014-38df-0310-8fa8-9805f1628bb7 --- diff --git a/wiretap/configure.in b/wiretap/configure.in index b80d2fa928..591c09dd8c 100644 --- a/wiretap/configure.in +++ b/wiretap/configure.in @@ -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)