diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-29 22:42:28 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-29 22:42:28 -0700 |
commit | f28ae01c8a4e6deb58fd4cee528e064c9b985129 (patch) | |
tree | cab85f573f234350578df77cf4d7f2d977d8c3be /configure | |
parent | 2495c941ce924ff6b47dc22f72f96a7223bc97a4 (diff) | |
download | alpine-f28ae01c8a4e6deb58fd4cee528e064c9b985129.tar.xz |
* Remove default value for system-certs-path.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -21814,12 +21814,6 @@ else $as_echo "$as_me: SSL Problem: certificate directory not found" >&6;} fi - -cat >>confdefs.h <<_ACEOF -#define DEFAULT_SSLCAPATH "$certdir" -_ACEOF - - if test "x$with_smime" != "xno" ; then if test -n "$certdir" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: * * * S/MIME support enabled" >&5 |