15 lines
472 B
Text
15 lines
472 B
Text
$NetBSD: patch-configure,v 1.1 2012/02/16 17:35:30 hans Exp $
|
|
|
|
--- configure.orig 2006-10-12 20:48:13.000000000 +0200
|
|
+++ configure 2012-01-26 20:54:21.447800794 +0100
|
|
@@ -58,10 +58,6 @@ checkPython()
|
|
checkWAF()
|
|
{
|
|
echo -n "Checking for WAF : "
|
|
- #global installed waf with waf->waf.py link
|
|
- if [ -z "$WAF" ]; then
|
|
- WAF=`which waf 2>/dev/null`
|
|
- fi
|
|
#installed miniwaf in sourcedir
|
|
if [ -z "$WAF" ]; then
|
|
if [ -e "$WORKINGDIR/waf" ] ; then
|