From e0aee2e9887521bd51faa03f038408e07e6b6530 Mon Sep 17 00:00:00 2001 From: Dan Blezek Date: Tue, 11 Dec 2001 14:09:51 -0500 Subject: [PATCH] ENH: Adding /usr/*/python1.5 for RedHat 7.1/Python 1.5 users --- Modules/FindPythonLibs.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index 496f53fd0..aee3ad88e 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