aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"