From: Sascha Schumann Date: Mon, 14 Aug 2000 19:29:53 +0000 (+0000) Subject: Remove unnecessary precompiler macros. The failure condition is catched X-Git-Tag: php-4.0.2RC1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a058f538fe673b263a2697c36167bcf2e38192;p=php Remove unnecessary precompiler macros. The failure condition is catched at configure time. --- diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index e5bf305475..af5672f055 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -32,10 +32,6 @@ #include "ext/standard/info.h" -#if !defined(HAVE_LIBMCRYPT22) && !defined(HAVE_LIBMCRYPT24) -#error Upgrade you version of mcrypt to at least 2.2.7, preferrable 2.4.4 -#endif - function_entry mcrypt_functions[] = { PHP_FE(mcrypt_ecb, NULL) PHP_FE(mcrypt_cbc, NULL)