From: Matthias Andree Date: Fri, 4 Jan 2013 01:40:36 +0000 (+0100) Subject: Let distcheck call configure --with-ssl. X-Git-Url: http://pileus.org/git/?p=~andy%2Ffetchmail;a=commitdiff_plain;h=5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63 Let distcheck call configure --with-ssl. --- 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"