aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-02-22 13:34:03 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-02-22 14:42:06 +0000
commit301835c2678db80d8eb93e462f3b1832ff91a52b (patch)
tree87fa1a405412a05cbe62c7fcbcaed33a9422c2b2 /configure
parentUpdate ChangeLog (diff)
downloadw3m-301835c2678db80d8eb93e462f3b1832ff91a52b.tar.gz
w3m-301835c2678db80d8eb93e462f3b1832ff91a52b.zip
Disable --with-cafile by default to use OpenSSL default paths
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index daabc59..5126dec 100755
--- a/configure
+++ b/configure
@@ -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