]> granicus.if.org Git - php/commitdiff
Remove unnecessary precompiler macros. The failure condition is catched
authorSascha Schumann <sas@php.net>
Mon, 14 Aug 2000 19:29:53 +0000 (19:29 +0000)
committerSascha Schumann <sas@php.net>
Mon, 14 Aug 2000 19:29:53 +0000 (19:29 +0000)
at configure time.

ext/mcrypt/mcrypt.c

index e5bf3054754bb4228720e8333c70b83c1ef18ea5..af5672f0555ab8d99ad519ec1021f5f164129e27 100644 (file)
 #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)