aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-09-23 06:45:30 +0000
committerJörg Mayer <jmayer@loplof.de>2010-09-23 06:45:30 +0000
commita2a8cd0f6595ea040f5b464a6a65aff12f610ef3 (patch)
tree6934e71decbb7a421129c243865bb51b52898101 /configure.in
parentde8403e55a55e2fef11ef3ed43e608d77dc5215b (diff)
Enable Python in HEAD to find problems during testing.
svn path=/trunk/; revision=34196
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 89fde09b70..7927744a43 100644
--- a/configure.in
+++ b/configure.in
@@ -1525,7 +1525,7 @@ AC_SUBST(GEOIP_LIBS)
dnl Python devel Check
AC_ARG_WITH(python,
AC_HELP_STRING( [--with-python@<:@=DIR@:>@],
- [use python interpretor (installed in DIR, if supplied). @<:@default=no@:>@ (EXPERIMENTAL)]),
+ [use python interpretor (installed in DIR, if supplied). @<:@default=yes@:>@ (EXPERIMENTAL)]),
[
pythondir='${libdir}/wireshark/python/${VERSION}'
if test "x$withval" = "xno"; then