]> Pileus Git - ~andy/fetchmail/commitdiff
Let distcheck call configure --with-ssl.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 4 Jan 2013 01:40:36 +0000 (02:40 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 4 Jan 2013 01:40:36 +0000 (02:40 +0100)
Makefile.am

index d6e27845fb924d5400e9624405f20684dbd745a8..e9c59472e3c337916b86483e6c7caa46b782eaa1 100644 (file)
@@ -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"