From 61a058f538fe673b263a2697c36167bcf2e38192 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 14 Aug 2000 19:29:53 +0000 Subject: [PATCH] Remove unnecessary precompiler macros. The failure condition is catched at configure time. --- ext/mcrypt/mcrypt.c | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.40.0