summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-01-26 19:20:45 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-01-26 19:20:45 +0000
commit010d01b66075cae1c7d773f7f7095b14cee424b6 (patch)
tree7fdd7e5ac502deb8bb4e1e11b28d84a6aa01ad86 /configure
parentf6bb37402f1d24dc9cec3089bb439ead78025c30 (diff)
downloadVirtualBox-svn-010d01b66075cae1c7d773f7f7095b14cee424b6.tar.gz
/configure, src/libs/xpcom18a4/python/Makefile.kmk: Handle python 3.9.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87442 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0f8faa1c114..a61da05663a 100755
--- a/configure
+++ b/configure
@@ -2041,7 +2041,7 @@ extern "C" int main(void)
}
EOF
found=
- SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8 python3.8m"
+ SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m python3.8 python3.8m python3.9 python3.9m"
for p in $PYTHONDIR; do
for d in $SUPPYTHONLIBS; do
for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do