You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
520 B
13 lines
520 B
|
18 years ago
|
Index: configure
|
||
|
|
--- configure.orig 2006-03-11 04:46:52 +0100
|
||
|
|
+++ configure 2008-01-18 18:05:44 +0100
|
||
|
|
@@ -3022,7 +3022,7 @@
|
||
|
|
echo "$as_me:$LINENO: checking where Python include files are" >&5
|
||
|
|
echo $ECHO_N "checking where Python include files are... $ECHO_C" >&6
|
||
|
|
|
||
|
|
-PY_INCLUDES="-I${PyEXEC_INSTALLDIR}/include/python${PyVERSION}"
|
||
|
|
+PY_INCLUDES="-I${PyEXEC_INSTALLDIR}/include/python"
|
||
|
|
INCLUDES="${INCLUDES} ${AP_INCLUDES} ${PY_INCLUDES}"
|
||
|
|
echo "$as_me:$LINENO: result: $PY_INCLUDES" >&5
|
||
|
|
echo "${ECHO_T}$PY_INCLUDES" >&6
|