aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-20 14:40:45 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-20 14:40:45 +0000
commitb30920a1de080a419a148029d38a397f3bc51166 (patch)
tree773cd3bc02fbb904b6bcfbf4ab3a0071d1e07d2d /wiretap
parent98d523d74381bf081a446ba3f38dd7f0f0035969 (diff)
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
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/configure.in2
1 files changed, 1 insertions, 1 deletions
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)