summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindPythonLibs.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index 496f53f..aee3ad8 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -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