blob: 61b0199b98ab5fadcfe21d2c64e7becb93d35eb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- configure.orig 2018-12-23 19:04:36 UTC
+++ configure
@@ -3787,9 +3787,9 @@ $as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_prog_PYTHON+:} false; then :
$as_echo_n "(cached) " >&6
else
- if test -n "$PYTHON"; then
- ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test.
-else
+# if test -n "$PYTHON"; then
+# ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test.
+#else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
@@ -3807,7 +3807,7 @@ IFS=$as_save_IFS
test -z "$ac_cv_prog_PYTHON" && ac_cv_prog_PYTHON="no"
fi
-fi
+#fi
PYTHON=$ac_cv_prog_PYTHON
if test -n "$PYTHON"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
|