Commit 9bf34a20 authored by Guillaume Quintard's avatar Guillaume Quintard

if --with-unwind, use it for distcheck too

parent cacbaa6d
......@@ -24,6 +24,10 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-dependency-tracking \
CFLAGS="$(EXTCFLAGS)"
if WITH_UNWIND
AM_DISTCHECK_CONFIGURE_FLAGS += --with-unwind
endif
install-data-local:
$(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
......
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