Avoid missing VMODTOOL / VSCTOOL go unnoticed

Ref #15
parent 6b37a0ed
......@@ -85,6 +85,11 @@ AC_CHECK_FILE(["$VARNISHSRC/include/miniobj.h"],
[AC_MSG_RESULT([VARNISHSRC (Varnish source dir)... $VARNISHSRC])],
[AC_MSG_ERROR([VARNISHSRC ($VARNISHSRC) is not a Varnish source dir])])
AC_CHECK_FILE(["$VMODTOOL"],[],
AC_MSG_ERROR([VMODTOOL is missing - pkg-config issue ?]))
AC_CHECK_FILE(["$VSCTOOL"],[],
AC_MSG_ERROR([VSCTOOL is missing - pkg-config issue ?]))
# --enable-stack-protector
AC_ARG_ENABLE(stack-protector,
AS_HELP_STRING([--enable-stack-protector],[enable stack protector (default is YES)]),
......
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