mirror of
https://github.com/php/php-src.git
synced 2025-01-18 17:54:05 +08:00
- This define is not used anymore
This commit is contained in:
parent
43ee98f9fa
commit
a3adb776ad
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user