md5, sha1, sha256, sha512: add 'auto', and a way to specify default
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Dec 2013 01:00:44 +0000 (17:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Dec 2013 01:01:27 +0000 (17:01 -0800)
commit3386f3988ce2ab14d65f59659d8f95bf4830ecb3
tree579d61915b644f31f461f13773f89897b493fe59
parent765ff4cb2bd24b860e29e0b712bb40b7a2ae9b5b
md5, sha1, sha256, sha512: add 'auto', and a way to specify default

* m4/gl-openssl.m4 (gl_CRYPTO_CHECK):
Add support for a new option, --with-openssl=auto, which causes
the library to be used if available and silently ignored if not.
Add support to allow allow configure.ac to specify its own
default, by setting with_openssl_default before invoking gl_INIT.
ChangeLog
m4/gl-openssl.m4