Changeset 61131 in vbox
- Timestamp:
- May 23, 2016 12:24:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r61108 r61131 2107 2107 Py_Initialize(); 2108 2108 printf("found version %s", PY_VERSION); 2109 #if PY_VERSION_HEX >= 0x020 300002109 #if PY_VERSION_HEX >= 0x02060000 2110 2110 printf(", OK.\n"); 2111 2111 return 0; 2112 2112 #else 2113 printf(", expected version 2. 3or higher\n");2113 printf(", expected version 2.6 or higher\n"); 2114 2114 return 1; 2115 2115 #endif … … 2117 2117 EOF 2118 2118 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" 2125 2120 for p in $PYTHONDIR; do 2126 2121 for d in $SUPPYTHONLIBS; do
Note:
See TracChangeset
for help on using the changeset viewer.