summaryrefslogtreecommitdiffstats
path: root/yasm
diff options
context:
space:
mode:
Diffstat (limited to 'yasm')
-rwxr-xr-xyasm/build/yasm.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/yasm/build/yasm.SlackBuild b/yasm/build/yasm.SlackBuild
index 7042623b..df59901a 100755
--- a/yasm/build/yasm.SlackBuild
+++ b/yasm/build/yasm.SlackBuild
@@ -51,7 +51,7 @@ DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING GNU_* NEWS README *.txt"
# If you want to enable python bindings, set ENABLE_PYTHON to "YES".
# It will fail on Slackware 12.0 btw (missing Pyrex).
-ENABLE_PYTHON=${ENABLE_PYTHON:NO}
+ENABLE_PYTHON=${ENABLE_PYTHON:-"NO"}
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)