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:41:50 +0200
commit5ea77b08588a03525817cc3cc7bca9360b2b75c2 (patch)
tree6a70fde94d0ccf907be3ed1142b479e29d06599e /configure.ac
parent1b39b2059c0b073e21da40d2426262747cea54a9 (diff)
configure: fix warning about missing test parameter
Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4 (cherry picked from commit 58873656afdafd8a6c5b038e1a15e5c022f3558b)
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 23dcbadb16a0..67941fd8e840 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7411,7 +7411,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