Home
last modified time | relevance | path

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

/external/python/cpython2/
Dconfigure5770 if test -n "$HAS_GIT"; then
5771 ac_cv_prog_HAS_GIT="$HAS_GIT" # Let the user override the test.
5791 HAS_GIT=$ac_cv_prog_HAS_GIT
5792 if test -n "$HAS_GIT"; then
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAS_GIT" >&5
5794 $as_echo "$HAS_GIT" >&6; }
5802 HAS_GIT=no-repository
5804 if test $HAS_GIT = found
Dconfigure.ac1002 AC_CHECK_PROG(HAS_GIT, git, found, not-found)
1004 HAS_GIT=no-repository
1006 if test $HAS_GIT = found
/external/python/cpython3/
Dconfigure2764 if test -n "$HAS_GIT"; then
2765 ac_cv_prog_HAS_GIT="$HAS_GIT" # Let the user override the test.
2786 if test -n "$HAS_GIT"; then
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAS_GIT" >&5
2788 $as_echo "$HAS_GIT" >&6; }
2798 if test $HAS_GIT = found
Dconfigure.ac36 AC_CHECK_PROG(HAS_GIT, git, found, not-found)
38 HAS_GIT=no-repository
40 if test $HAS_GIT = found