From 0efabbeb82c3879ac42afd0af078dbd5c4ff810e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 16 Jun 2008 10:17:16 +0000 Subject: Fix error in USE_PYTHON value --- yasm/build/yasm.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-65-gdbad