Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6178
Modified Files:
configure.py
Log Message:
Experimental MacOS X support
Index: configure.py
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/configure.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** configure.py 23 Aug 2004 05:02:58 -0000 1.27
--- configure.py 23 Aug 2004 05:08:21 -0000 1.28
***************
*** 227,231 ****
if sys.byteorder != 'little':
sys.stdout.write(red("Warning:") + " Wolfpack support for big endian systems is completely experimental and unlikey to work\n" )
- sys.exit();
sys.stdout.write( "Searching for Python library... " )
--- 227,230 ----
|