ENH: Adding /usr/*/python1.5 for RedHat 7.1/Python 1.5 users

This commit is contained in:
Dan Blezek 2001-12-11 14:09:51 -05:00
parent 03e7b6a67a
commit e0aee2e988
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ FIND_LIBRARY(PYTHON_LIBRARY
NAMES python python21 python2.1 python20 python2.0
PATHS
/usr/lib
/usr/lib/python1.5/config
/usr/lib/python2.1/config
/usr/lib/python2.0/config
/usr/local/lib
@ -32,6 +33,7 @@ FIND_LIBRARY(PYTHON_LIBRARY
FIND_PATH(PYTHON_INCLUDE_PATH Python.h
/usr/include
/usr/include/python1.5
/usr/include/python2.1
/usr/include/python2.0
/usr/local/include