]> git.notmuchmail.org Git - notmuch/blobdiff - configure
debian/control: build-depend on python3-sphinx instead of python-sphinx
[notmuch] / configure
index 1bf523192d31c90b943075660ffeb480f6906c05..b7d27ea0cdc017bde2ccb03f8bfc6b7df20e4be5 100755 (executable)
--- 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