summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-02 13:24:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-02 20:37:56 +0200
commit58873656afdafd8a6c5b038e1a15e5c022f3558b (patch)
tree38695f1605fabcb0e1d6df315da2a7b9b306daec /configure.ac
parentdeebdee7e15a58fdbf1de835e1d8ca253f307baa (diff)
configure: fix warning about missing test parameter
Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4
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 54ef30777a96..6bf8c1f3f3de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7397,7 +7397,7 @@ no|disable)
AC_MSG_RESULT([none])
;;
""|yes|auto)
- if test "$DISABLE_SCRIPTING" = TRUE -a -n $PYTHON_FOR_BUILD; then
+ if test "$DISABLE_SCRIPTING" = TRUE -a -n "$PYTHON_FOR_BUILD"; then
AC_MSG_RESULT([no, overridden by --disable-scripting])
enable_python=no
elif test $build_os = cygwin; then