Commit 75bf9046 authored by Lasse Karstensen's avatar Lasse Karstensen

Require libvarnishapi.

Exit with an error if we can't find libvarnishapi, instead of
just warning about missing macros.
parent a33c05d2
......@@ -33,6 +33,9 @@ AM_CONDITIONAL(HAVE_RST2MAN, [test "x$RST2MAN" != "xno"])
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/stdlib.h])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi])
# Varnish include files tree
VARNISH_VMOD_INCLUDES
VARNISH_VMOD_DIR
......
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