aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-11 19:05:17 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-11 19:05:17 +0000
commit350ec69e9afd940b65ef52ab94969e44b1202899 (patch)
treee982fc9d135a7673b7cf4ad455fcb0acb281d9e2 /acinclude.m4
parentb30de7bd0bfdc770e88ee92695bd7afe94380b2d (diff)
Do the Python embedding similarly to other "default = yes, if available"
items. Add some quoting to the zlib tests, just in case the argument contains white space. Clean up capitalization of Lua and Python. Link programs that use libwireshark with the Python libraries, and build Epan with the Python cflags. svn path=/trunk/; revision=37652
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9bd6390932..dbe4810c4f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1867,6 +1867,11 @@ AC_DEFUN([AC_WIRESHARK_PYTHON_CHECK],
AC_MSG_ERROR("Python test program failed compilation")
fi
AC_MSG_RESULT([no])
+ #
+ # Set want_zlib to no, so we report that we aren't using
+ # the Python interpreter.
+ #
+ want_zlib=no
])
fi
# ])