]> Pileus Git - ~andy/fetchmail/blobdiff - dist-tools/makerelease.pl
Get ready for 6.3.22 release.
[~andy/fetchmail] / dist-tools / makerelease.pl
index c1339514c2ff811f2c59596651c62eaf765ab880..86e9ad71168f060888c32e076e36f407d9c91fbe 100755 (executable)
@@ -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"