TracForPython2.5: clearsilver-sucks.diff
| File clearsilver-sucks.diff, 821 bytes (added by anonymous, 5 years ago) |
|---|
-
clearsilver-0.10.
old new 247 247 python_inc=no 248 248 python_lib=no 249 249 python_search_path="/neo/opt /usr/local /usr /c" 250 python_versions="2. 4 2.3 2.2 2.1 2.0 1.5 24 23 22 21 20 15"250 python_versions="2.5 2.4 2.3 2.2 2.1 2.0 1.5 24 23 22 21 20 15" 251 251 if test $cs_cv_python_path != "no" -a -x $cs_cv_python_path; then 252 252 python_bin=$cs_cv_python_path 253 253 vers=`$python_bin -c "import sys; print sys.version[[:3]]"` … … 268 268 fi 269 269 if test -d $python_base; then 270 270 python_lib="-L$python_base/config -lpython$vers" 271 python_site=$python_base /site-packages271 python_site=$python_base 272 272 fi 273 273 fi 274 274 if test -f $path/include/python$vers/Python.h; then
