CESNET / netopeerguid

Netopeer-GUI backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configure doesn't check for Apache's httpd includes

jktjkt opened this issue · comments

On an EL7 box, the build fails even though configure has passed because unixd.h and httpd.h are not checked if they are available. The configure.ac should probably be extended to verify their availability.

I would send a patch, but my autoconf is very, very rusty, and I don't know how to check for a header's availability (and to set the appropriate include paths and what not). It seems that there's no pkg-config for httpd-devel, unfortunately.