Commit 4dc8831e authored by Geoff Simmons's avatar Geoff Simmons

autoconf checks for perl

parent 03c14d2a
......@@ -69,6 +69,8 @@ AC_PATH_PROG([VARNISHTEST], [varnishtest], [],
AC_PATH_PROG([VARNISHD], [varnishd], [],
[$LIBVARNISHAPI_SBINDIR:$LIBVARNISHAPI_BINDIR:$PATH])
AC_PATH_PROG([PERL], [perl])
# --enable-stack-protector
AC_ARG_ENABLE(stack-protector,
AS_HELP_STRING([--enable-stack-protector],[enable stack protector (default is YES)]),
......
......@@ -26,7 +26,7 @@ base64.o: base64.c base64.h
parse_encoding.h: parse_encoding.c
parse_encoding.c: gen_enum_parse.pl
$(srcdir)/gen_enum_parse.pl parse_encoding.c parse_encoding.h
@PERL@ $(srcdir)/gen_enum_parse.pl parse_encoding.c parse_encoding.h
vmod_blobcode.lo: vcc_if.c vcc_if.h parse_encoding.h
......
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