From 1ddd6157f9bfac649a007e98c12acd85a2af0f8a Mon Sep 17 00:00:00 2001 From: Giuseppe Chiesa Date: Wed, 12 Jun 2013 17:44:47 +0000 Subject: [PATCH] Some little fix in config.m4 --- config.m4 | 12 ------------ config.w32 | 13 ------------- 2 files changed, 25 deletions(-) diff --git a/config.m4 b/config.m4 index e3d92d3..9451a73 100755 --- a/config.m4 +++ b/config.m4 @@ -11,15 +11,3 @@ PHP_ARG_ENABLE(blenc, whether to enable blowfish script encryption, if test "$PHP_BLENC" != "no"; then PHP_NEW_EXTENSION(blenc, blenc.c bf_algo.c, $ext_shared) fi - -AC_CHECK_FILE(blenc_protect.h, -[], -[ - echo - echo "--------------------------------------------------------------------" - echo "Make sure the file blenc_protect.h exists. You must edit & rename the" - echo "file blenc_protect.h.dist with your key and expiration date." - echo "--------------------------------------------------------------------" - echo - AC_MSG_FAILURE("File blenc_protect.h not found") -]) diff --git a/config.w32 b/config.w32 index cc1a13f..16ba38b 100644 --- a/config.w32 +++ b/config.w32 @@ -10,16 +10,3 @@ if (PHP_BLENC != "no") { EXTENSION("blenc", "blenc.c bf_algo.c"); } - - -AC_CHECK_FILE(blenc_protect.h, -[], -[ - echo - echo "--------------------------------------------------------------------" - echo "Make sure the file blenc_protect.h exists. You must edit & rename the" - echo "file blenc_protect.h.dist with your key and expiration date." - echo "--------------------------------------------------------------------" - echo - AC_MSG_FAILURE("File blenc_protect.h not found") -])