X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=config%2Fconfigure;h=d467af0e74405ccb9586a16d46ac0aff8f722b58;hp=b27a419669605c1b402da30d7ad36da2bf77c42d;hb=38967c64cfaf160fadebe24c27c339c4d6657c8e;hpb=10a9ef83c7f379823dfca273c33eecf065b3dcbc diff --git a/config/configure b/config/configure index b27a419..d467af0 100755 --- a/config/configure +++ b/config/configure @@ -119,7 +119,7 @@ if test "$BUP_PYTHON_CONFIG"; then "$BUP_PYTHON_CONFIG") fi else - for py_maj_ver in 9 8 7 6; do + for py_maj_ver in 10 9 8 7 6; do bup_python_config="$(bup_find_prog "python3.$py_maj_ver-config" '')" test -z "$bup_python_config" || break done