aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2012-08-29 23:24:14 +0200
committerMatthias Andree <matthias.andree@gmx.de>2012-08-29 23:24:14 +0200
commit1f424173b39a13ac19bae5afe90c21b071ad0ab2 (patch)
tree76132b52117cdb7de41ff97f1dd32a610b6dd2c2 /dist-tools
parentcb8d898683ffccdf8de42a5b1236a6cf3cdbb6ce (diff)
downloadfetchmail-1f424173b39a13ac19bae5afe90c21b071ad0ab2.tar.gz
fetchmail-1f424173b39a13ac19bae5afe90c21b071ad0ab2.tar.bz2
fetchmail-1f424173b39a13ac19bae5afe90c21b071ad0ab2.zip
Get ready for 6.3.22 release.
Diffstat (limited to 'dist-tools')
-rwxr-xr-xdist-tools/makerelease.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-tools/makerelease.pl b/dist-tools/makerelease.pl
index c1339514..86e9ad71 100755
--- a/dist-tools/makerelease.pl
+++ b/dist-tools/makerelease.pl
@@ -96,7 +96,7 @@ if (system("autoreconf -ifs" . ($verbose ? 'v' : ''))) {
print "### configure\n";
if (system("mkdir -p autobuild && cd autobuild "
- . " && ../configure -C --silent ")) { die("Configuration failure\n"); }
+ . " && ../configure -C --silent --with-ssl")) { die("Configuration failure\n"); }
print "### Test-building the software...\n";
if (system("cd autobuild && make -s clean"