- This define is not used anymore

This commit is contained in:
Derick Rethans 2004-01-18 19:21:23 +00:00
parent 43ee98f9fa
commit a3adb776ad

View File

@ -10,7 +10,6 @@ if (PHP_MCRYPT != "no") {
EXTENSION('mcrypt', 'mcrypt.c');
AC_DEFINE('HAVE_LIBMCRYPT', 1);
AC_DEFINE('HAVE_LIBMCRYPT24', 1);
AC_DEFINE('HAVE_MCRYPT_GENERIC_DEINIT', 1);
} else {
WARNING("mcrypt not enabled; libraries and headers not found");
}