Fix typo reported by Jose Pedro Oliveira

svn path=/trunk/; revision=34273
This commit is contained in:
Jörg Mayer 2010-09-28 19:07:42 +00:00
parent e5bb2e0541
commit 6a13fff801
1 changed files with 1 additions and 1 deletions

View 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=yes@:>@ (EXPERIMENTAL)]),
[use python interpreter (installed in DIR, if supplied). @<:@default=yes@:>@ (EXPERIMENTAL)]),
[
pythondir='${libdir}/wireshark/python/${VERSION}'
if test "x$withval" = "xno"; then