mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.98k stars 435 forks source link

Fix lighttpd configure script for ONVM #245

Closed koolzz closed 5 years ago

koolzz commented 5 years ago

Before the script was doing something strange and lighttpd woudn't properly build. This pr fixes the configure.ac script so that lighttpd properly compiles.

@eunyoung14 can you tell me If I'm missing any files for the commit, I'm unfamiliar with the autoreconf system. I've executed the autoreconf -ivf command to fix the linking but I'm not sure if I need to add any files besides the configure.ac.

eunyoung14 commented 5 years ago

Thanks for the update. I'll verify and merge this and your prior PR soon!