aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2013-01-04 02:40:36 +0100
committerMatthias Andree <matthias.andree@gmx.de>2013-01-04 02:40:36 +0100
commit5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63 (patch)
treed461d871545369cc0875d4a38aa1a09b2876e077
parent91644ff0b2e6eb3b26c5544a4a769ca4aaf08a14 (diff)
downloadfetchmail-5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63.tar.gz
fetchmail-5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63.tar.bz2
fetchmail-5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63.zip
Let distcheck call configure --with-ssl.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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"