diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-22 13:34:03 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-22 14:42:06 +0000 |
commit | 301835c2678db80d8eb93e462f3b1832ff91a52b (patch) | |
tree | 87fa1a405412a05cbe62c7fcbcaed33a9422c2b2 /configure | |
parent | Update ChangeLog (diff) | |
download | w3m-301835c2678db80d8eb93e462f3b1832ff91a52b.tar.gz w3m-301835c2678db80d8eb93e462f3b1832ff91a52b.zip |
Disable --with-cafile by default to use OpenSSL default paths
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8590,7 +8590,7 @@ $as_echo_n "checking for CA file location... " >&6; } if test "${with_cafile+set}" = set; then : withval=$with_cafile; else - with_cafile=yes + with_cafile=no fi if test x"$with_cafile" = xyes; then |