Commit 04c673d8 authored by Geoff Simmons's avatar Geoff Simmons

More header checks in configure.ac

parent 693c96fe
......@@ -34,6 +34,8 @@ PKG_PROG_PKG_CONFIG
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h])
AC_CHECK_HEADERS([pthread.h])
AC_CHECK_HEADERS([sys/resource.h])
AC_CHECK_HEADERS([pcre.h], [], [AC_MSG_ERROR([pcre development headers required to build this vmod, please install pcre-devel])])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment