Macros by Category | Revision History |
AX_LIB_BEECRYPT([yes|no|auto])
Searches for the 'beecrypt' library with the --with... option.
If found, define HAVE_BEECRYPT and macro BEECRYPT_LIBS. Also defines BEECRYPT_WITH_<algo> for the algorithms found available. Possible algorithms: BASE64 AES BF MD5 SHA1 SHA256 SHA384 SHA512.
The argument is used if no --with...-beecrypt option is set. Value "yes" requires the configuration by default. Value "no" does not require it by default. Value "auto" configures the library only if available.
See also AX_LIB_CRYPTO and AX_LIB_GCRYPT.
http://autoconf-archive.cryp.to/ax_lib_beecrypt.m4
Copyright © 2009 Fabien Coelho <autoconf.archive@coelho.net>
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.