https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4879
--- Comment #14 from Jose Pedro Oliveira <jpo@xxxxxxxxxxxx> 2010-09-28 10:11:03 PDT ---
(In reply to comment #11)
> Two recent commits to svn head should unify the behaviour of configure and
> cmake:
> - python is now enabled in configure by default (rev34196)
There is a small typo in configure.in (s/interpretor/interpreter/):
Index: configure.in
===================================================================
--- configure.in (revision 34272)
+++ configure.in (working copy)
@@ -1525,7 +1525,7 @@
dnl Python devel Check
AC_ARG_WITH(python,
AC_HELP_STRING( [--with-python@<:@=DIR@:>@],
- [use python interpretor (installed in DIR, if supplied).
@<:@default=yes@:>@ (EXPERIMENTAL)]),
+ [use python interpreter (installed in DIR, if supplied).
@<:@default=yes@:>@ (EXPERIMENTAL)]),
[
pythondir='${libdir}/wireshark/python/${VERSION}'
if test "x$withval" = "xno"; then
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.