william-os4y / fapws3

Fast Asynchronous Python Web Server (based on libev)
GNU General Public License v2.0
341 stars 38 forks source link

libev check logic fix #35

Closed WillDignazio closed 12 years ago

WillDignazio commented 12 years ago

Bug originally found by rossdylan; fapws3 failed to build or instal due to a libev only checking for .a extension. I added some logic to check for .la and .so, this allowed me to install on x86_64 and ia64 architectures on gentoo.