Enable Python in HEAD to find problems during testing.
authorJörg Mayer <jmayer@loplof.de>
Thu, 23 Sep 2010 06:45:30 +0000 (06:45 -0000)
committerJörg Mayer <jmayer@loplof.de>
Thu, 23 Sep 2010 06:45:30 +0000 (06:45 -0000)
svn path=/trunk/; revision=34196

configure.in

index 89fde09b70d22c86d8b1ccfba94c56e646246c22..7927744a43e8ad97ed74f2d3eca092639a296812 100644 (file)
@@ -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