VirtualBox

Changeset 61131 in vbox


Ignore:
Timestamp:
May 23, 2016 12:24:53 PM (9 years ago)
Author:
vboxsync
Message:

configure: minimum Python version is 2.6 on all platforms since making the API ready for Python3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r61108 r61131  
    21072107  Py_Initialize();
    21082108  printf("found version %s", PY_VERSION);
    2109 #if PY_VERSION_HEX >= 0x02030000
     2109#if PY_VERSION_HEX >= 0x02060000
    21102110  printf(", OK.\n");
    21112111  return 0;
    21122112#else
    2113   printf(", expected version 2.3 or higher\n");
     2113  printf(", expected version 2.6 or higher\n");
    21142114  return 1;
    21152115#endif
     
    21172117EOF
    21182118  found=
    2119 # For Solaris we use libpython2.4 for compatibility with Solaris 10 and passing IPS pkg audit
    2120   if [ "$OS" != "solaris" ]; then
    2121     SUPPYTHONLIBS="python2.7 python2.6 python2.5 python2.4 python2.3"
    2122   else
    2123     SUPPYTHONLIBS="python2.4"
    2124   fi
     2119  SUPPYTHONLIBS="python2.7 python2.6"
    21252120  for p in $PYTHONDIR; do
    21262121    for d in $SUPPYTHONLIBS; do
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette