X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=e9c59472e3c337916b86483e6c7caa46b782eaa1;hb=ff4bcbba4965b386a5d9498dbb2dfbd06809dd62;hp=d6e27845fb924d5400e9624405f20684dbd745a8;hpb=4260a265b2da01ba1a9757ffb2693db898349ecc;p=~andy%2Ffetchmail 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"