From 5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 4 Jan 2013 02:40:36 +0100 Subject: [PATCH] Let distcheck call configure --with-ssl. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index d6e27845..e9c59472 100644 --- a/Makefile.am +++ b/Makefile.am @@ -238,6 +238,9 @@ SUFFIXES = .html .txt .txt.html: asciidoc --unsafe -a toc -a data-uri -o $@ $< || { rm -f $@ ; exit 1 ; } +# default to some non-default options when using "make distcheck" +AM_DISTCHECK_CONFIGURE_FLAGS=--with-ssl + # The following sets edit modes for GNU EMACS. # Local Variables: # compile-command:"configure" -- 2.43.2