diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-01-04 02:40:36 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-01-04 02:40:36 +0100 |
commit | 5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63 (patch) | |
tree | d461d871545369cc0875d4a38aa1a09b2876e077 /Makefile.am | |
parent | 91644ff0b2e6eb3b26c5544a4a769ca4aaf08a14 (diff) | |
download | fetchmail-5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63.tar.gz fetchmail-5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63.tar.bz2 fetchmail-5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63.zip |
Let distcheck call configure --with-ssl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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" |