Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Some little fix in config.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Chiesa committed Jun 12, 2013
1 parent 6cc8670 commit 1ddd615
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
12 changes: 0 additions & 12 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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")
])
13 changes: 0 additions & 13 deletions config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -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")
])

0 comments on commit 1ddd615

Please sign in to comment.