[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Remove check for unused header
Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/tmp/cvs-serv24633
Modified Files:
setup.py
Log Message:
Remove check for unused header
Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- setup.py 21 Oct 2002 02:53:48 -0000 1.8
+++ setup.py 22 Nov 2002 21:00:52 -0000 1.9
@@ -57,8 +57,6 @@
elif little_endian:
print "Host is little-endian"
MACROS.append( ("MM_L_ENDIAN", 1) )
- if os.path.exists("/usr/include/byteswap.h"):
- MACROS.append( ("MM_HAVE_BYTESWAP_H", 1) )
elif other_endian:
print "Wild! Your machine seems to be middle-endian, and yet you've"
print "somehow made it run Python. Despite your perversity, I admire"