2013-09-26 17:14:40 +02:00

46 lines
1.5 KiB
Plaintext

$NetBSD: patch-ab,v 1.2 2003/02/18 23:43:55 jtb Exp $
--- configure.orig Wed Nov 17 20:09:38 1999
+++ configure
@@ -1014,8 +1014,8 @@ fi
fi
- # Extract the first word of "${PYTHON:-python}", so it can be a program name with args.
-set dummy ${PYTHON:-python}; ac_word=$2
+ # Extract the first word of "${PYTHON:-python2.2}", so it can be a program name with args.
+set dummy ${PYTHON:-python2.2}; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1021: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
@@ -1067,7 +1067,7 @@ fi
result="`echo \"$PYTHON\" | grep echo`"
if test "x$PYTHON" = "xerror" -o "x$result" != "x"; then
- echo "configure: warning: can\'t find python. You should install Python" 1>&2
+ echo "configure: warning: can\'t find python2.2. You should install Python" 1>&2
warn_b=yes
fi
@@ -1154,14 +1154,14 @@ subdirs="stepmake"
# Uncomment the configuration options your package needs.
# -O is necessary to get inlining
- OPTIMIZE=""
- CFLAGS=${CFLAGS:-""}
- CXXFLAGS=${CXXFLAGS:-$CFLAGS}
- LDFLAGS=${LDFLAGS:-""}
- checking_b=yes
+# OPTIMIZE=""
+# CFLAGS=${CFLAGS:-""}
+# CXXFLAGS=${CXXFLAGS:-$CFLAGS}
+# LDFLAGS=${LDFLAGS:-""}
+ checking_b=no
optimise_b=no
profile_b=no
- debug_b=yes
+ debug_b=no
# Check whether --enable-checking or --disable-checking was given.
if test "${enable_checking+set}" = set; then