summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-03-30 14:18:13 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-03-30 14:18:13 +0100
commit355c2af23f9c2d222bc45bf12ab029700b4d2f49 (patch)
treee4881290f4138b43c2a164921878c0f0458a2a82 /configure.ac
parentf4788302e1c717147fa1a4285f6b69928c2b8a0b (diff)
Fix test for absence of Python
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf960d9..1fbe5a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ AC_ARG_ENABLE(utils,
[enable_utils="auto"])
if test "x$enable_utils" = "xauto"
then
- if test "x$PYTHON" = "x"
+ if test "x$PYTHON" = "x:"
then
enable_utils="no"
else