]> Pileus Git - ~andy/fetchmail/blobdiff - Makefile.am
Merge branch 'legacy_63'
[~andy/fetchmail] / Makefile.am
index 34fe6caf66b2bfda63584ea5e571d9a800034f43..03ee09182af0635ea1283c3d0ff5fc4142d76b3f 100644 (file)
@@ -222,6 +222,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"