2000-12-06 10:26:50 +00:00
|
|
|
--- configure.orig Wed Dec 6 11:11:12 2000
|
|
|
|
+++ configure Wed Dec 6 11:12:53 2000
|
|
|
|
@@ -3546,8 +3546,8 @@
|
2000-08-29 12:43:07 +00:00
|
|
|
PY_VERSION=`python -c 'import sys ; print sys.version[0:3]'`
|
|
|
|
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
|
|
|
|
PY_LIBS="python$PY_VERSION"
|
|
|
|
- PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
|
2000-08-31 09:02:40 +00:00
|
|
|
- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
|
2000-08-29 12:43:07 +00:00
|
|
|
+ PY_LIB_LOC="-pthread -L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
|
2000-08-31 09:02:40 +00:00
|
|
|
+ array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -print | sed 's|/a.*\.h||'`
|
2000-12-06 10:26:50 +00:00
|
|
|
if test -z $array_loc; then
|
|
|
|
if test -n $PYTHONPATH; then
|
|
|
|
array_loc=$PYTHONPATH
|