davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.02k stars 252 forks source link

LibEvent libraries are not checked to exists at compile time #199

Closed anuragagarwal561994 closed 8 years ago

anuragagarwal561994 commented 8 years ago

If poller is chosen as event and event2 is not there then it will lead to errors because the case of libraries not being present is not handled in src/onion/CMakeLists.txt.