Home
last modified time | relevance | path

Searched refs:with_python (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dconfigure.ac311 if test "$with_python" = ""
313 with_python=no
819 if test "$with_python" != "no" ; then
820 if test -x "$with_python/bin/python"
822 echo Found python in $with_python/bin/python
823 PYTHON="$with_python/bin/python"
825 if test -x "$with_python/python.exe"
827 echo Found python in $with_python/python.exe
828 PYTHON="$with_python/python.exe"
830 if test -x "$with_python"
[all …]
/external/llvm/autoconf/
Dconfigure.ac1579 AC_MSG_RESULT([user defined: $with_python])
/external/llvm/
Dconfigure8443 withval=$with_python; PYTHON="$withval"
8450 { echo "$as_me:$LINENO: result: user defined: $with_python" >&5
8451 echo "${ECHO_T}user defined: $with_python" >&6; }
/external/libcap-ng/libcap-ng-0.7/
Dconfigure12579 withval=$with_python; use_python=$withval