ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4879] wireshark 1.4.0rc1/rc2: autotools and cmake - buildi

Date: Tue, 28 Sep 2010 10:11:04 -0700 (PDT)
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.