From 3c79a998daa23967c41e149e5bddb6c17d6995e2 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:26:47 +0000 Subject: [PATCH] lilypond-1.0.12 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 305e0192d6..3bbe851497 100755 --- a/configure +++ b/configure @@ -869,8 +869,8 @@ done test -n "$BASH" || BASH="/bin/sh" - # Extract the first word of "python", so it can be a program name with args. -set dummy python; ac_word=$2 + # Extract the first word of "${PYTHON:-python}", so it can be a program name with args. +set dummy ${PYTHON:-python}; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo "configure:876: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then -- 2.39.5