aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-07 19:40:10 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-07 19:40:10 +0000
commit4c77fc1fca8f34139bdc525b33538db85711c920 (patch)
tree9ed8b25cf89cefc05ed94e8e199cb1bc838843b7 /epan
parent01079fba93cb273bbfd2d02e97e93000eae36381 (diff)
Include wspython if we *do* have libpy, not if we *don't*.
svn path=/trunk/; revision=44809
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index b447ddb057..1981a204fc 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -35,7 +35,7 @@ wslua_dir =
wslua_dist_dir = wslua
endif # HAVE_LIBLUA
-if !HAVE_LIBPY
+if HAVE_LIBPY
wspython_lib = wspython/libwspython.la
wspython_dir = wspython
wspython_dist_dir =