summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFelix Geyer <debfx-pkg@fobos.de>2010-10-12 15:58:30 +0200
committerFelix Geyer <debfx-pkg@fobos.de>2010-10-12 15:58:30 +0200
commit7f230f4ac2a1b544b47ded0584c22822b9bd65d7 (patch)
treeee5808929787047784013befd706131196a30d1d /configure
parentadf97a4e6386ea334ce8d77f0cde3b92454b9fa5 (diff)
downloadvirtualbox-7f230f4ac2a1b544b47ded0584c22822b9bd65d7.tar.gz
Imported Upstream version 3.2.10-dfsgupstream/3.2.10-dfsg
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1051511e3..1b4c580fc 100755
--- a/configure
+++ b/configure
@@ -1843,7 +1843,7 @@ EOF
found=
# For Solaris we use libpython2.4 for compatibility with Solaris 10 and passing IPS pkg audit
if [ "$OS" != "solaris" ]; then
- SUPPYTHONLIBS="python2.6 python2.5 python2.4 python2.3"
+ SUPPYTHONLIBS="python2.7 python2.6 python2.5 python2.4 python2.3"
else
SUPPYTHONLIBS="python2.4"
fi