Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 1e27c5ab75ddf98195c4266f955d39bc > files > 17

lib64mcrypt-devel-2.5.8-9mdv2010.1.x86_64.rpm

If you want to find the libmcrypt library in other projects
using autoconf/aclocal, put in your 

aclocal.m4:
 include(libmcrypt.m4)

configure.in:
 AM_PATH_LIBMCRYPT( 2.4.11,, AC_MSG_ERROR([[*** libmcrypt was not found]]))


these macros define LIBMCRYPT_LIBS and LIBMCRYPT_CFLAGS.
If Libmcrypt version 2.2.x is found then LIBMCRYPT22 is defined,
otherwise LIBMCRYPT24.