From 085745264a52d8cf8f8849ed55edde485eee91a2 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Wed, 23 Oct 2019 13:12:18 -0400 Subject: configure: Add python3.8. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 10399a9a0..5c870e1d7 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ inpath() if ( inpath bash ); then pp="" - for p in python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python + for p in python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python do if ( inpath $p ); then pp="$p" -- cgit v1.2.3