- Timestamp:
- 2020-08-30T18:11:01Z (4 years ago)
- Branches:
- master
- Children:
- 62d375b
- Parents:
- b8b931d
- git-author:
- Jelmer Vernooij <jelmer@…> (30-08-20 17:35:07)
- git-committer:
- Jelmer Vernooij <jelmer@…> (30-08-20 18:11:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rb8b931d rf18209a 776 776 777 777 if [ -z "$PYTHON" ]; then 778 PYTHON=python 778 for pp in python python3 python2; do 779 if which $pp > /dev/null; then 780 PYTHON=$pp 781 break 782 fi 783 done 779 784 fi 780 785 … … 980 985 fi 981 986 987 echo ' Using python: '$PYTHON 982 988 echo ' Using event handler: '$events 983 989 echo ' Using SSL library: '$ssl
Note: See TracChangeset
for help on using the changeset viewer.