Kaydet (Commit) 58873656 authored tarafından Michael Stahl's avatar Michael Stahl

configure: fix warning about missing test parameter

Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4
üst deebdee7
...@@ -7397,7 +7397,7 @@ no|disable) ...@@ -7397,7 +7397,7 @@ no|disable)
AC_MSG_RESULT([none]) AC_MSG_RESULT([none])
;; ;;
""|yes|auto) ""|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]) AC_MSG_RESULT([no, overridden by --disable-scripting])
enable_python=no enable_python=no
elif test $build_os = cygwin; then elif test $build_os = cygwin; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment