ad6a1ff3a1
Changes: I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing Python modules.
13 lines
643 B
Text
13 lines
643 B
Text
$NetBSD: patch-aa,v 1.2 2001/03/10 12:41:46 drochner Exp $
|
|
|
|
--- configure.orig Wed Feb 7 23:44:46 2001
|
|
+++ configure Fri Mar 9 17:25:17 2001
|
|
@@ -3547,7 +3547,7 @@
|
|
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"
|
|
- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
|
|
+ array_loc=$PY_PREFIX/include/python$PY_VERSION/Numeric
|
|
|
|
echo arrayobject.h location: $array_loc
|
|
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
|