X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=b7d27ea0cdc017bde2ccb03f8bfc6b7df20e4be5;hp=1bf523192d31c90b943075660ffeb480f6906c05;hb=03f4f75124c6d9882b8306873e8908aac9eee2bb;hpb=9d23ebfcc30af11b2093bbdfc1288f14c2085525 diff --git a/configure b/configure index 1bf52319..b7d27ea0 100755 --- a/configure +++ b/configure @@ -556,7 +556,7 @@ fi printf "Checking for python... " have_python=0 -for name in ${PYTHON} python python2 python3; do +for name in ${PYTHON} python3 python python2; do if command -v $name > /dev/null; then have_python=1 python=$name