Fix a typo to make compiling with extra-gcc flags disable compiling with
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 20 May 2007 14:40:45 +0000 (14:40 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 20 May 2007 14:40:45 +0000 (14:40 +0000)
errors.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21840 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/configure.in

index b80d2fa92886dc406e7566ca960f9a726ded0a18..591c09dd8c26d5bf92b48a39309d5340f4fe7e25 100644 (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)