]> granicus.if.org Git - python/commit
Fixed setup.py to allow:
authorMarc-André Lemburg <mal@egenix.com>
Fri, 26 Jan 2001 18:03:24 +0000 (18:03 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 26 Jan 2001 18:03:24 +0000 (18:03 +0000)
commit7c6fcda7bfe45a3b075f6434ebb65055ab4d7537
tree5478e2cddcb0a397c9581898b2af089a7475da26
parent49c994239f81b3362033620762a82b84c9247c55
Fixed setup.py to allow:

1. skipping of extensions which cause an error (a warning message
   is written to stdout, but the build process no longer fails
   completely)

2. the readline extension to compile on SuSE Linux (and probably
   other platforms too) by adding /usr/lib/termcap to the library search
   path
setup.py