Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1:/tmp/cvs-serv22258
Modified Files:
configure.in
Log Message:
Added support for Python 2.2 & 2.3
Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.293
retrieving revision 1.294
diff -b -u -2 -r1.293 -r1.294
--- configure.in 4 Sep 2003 12:49:34 -0000 1.293
+++ configure.in 22 Sep 2003 00:53:19 -0000 1.294
@@ -747,4 +747,24 @@
case "$USE_PYTHON" in
static|Static|STATIC|dynamic|Dynamic|DYNAMIC|1)
+ M_CHECK_MYHEADER_VER(Python.h, 2.3,
+ [ \
+ $prefix/include/python2.3 \
+ /usr/include/python2.3 \
+ /usr/local/include/python2.3 \
+ ],
+ [
+ PYTHON_VER=2.3
+ ],
+ [
+ M_CHECK_MYHEADER_VER(Python.h, 2.2,
+ [ \
+ $prefix/include/python2.2 \
+ /usr/include/python2.2 \
+ /usr/local/include/python2.2 \
+ ],
+ [
+ PYTHON_VER=2.2
+ ],
+ [
M_CHECK_MYHEADER_VER(Python.h, 2.1,
[ \
@@ -789,4 +809,12 @@
[ (for Python 2.1)],
21,
+ )
+ ],
+ [ (for Python 2.2)],
+ 22,
+ )
+ ],
+ [ (for Python 2.3)],
+ 23,
)
;;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates