summaryrefslogtreecommitdiff
path: root/ext/mcrypt
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-01-22 01:31:54 +0000
committerfoobar <sniper@php.net>2005-01-22 01:31:54 +0000
commitf8a540d105df95d70a7f1a286b501315cd13b134 (patch)
treeff785e2701cc49538fc811e71658554c99490bf7 /ext/mcrypt
parentecb9f8668db5cc05734aa77b406028ca38ae2284 (diff)
downloadphp-git-f8a540d105df95d70a7f1a286b501315cd13b134.tar.gz
- Typofix + removed unnecessary unsets caused by it
Diffstat (limited to 'ext/mcrypt')
-rw-r--r--ext/mcrypt/config.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4
index 0e162c5997..c93e040bca 100644
--- a/ext/mcrypt/config.m4
+++ b/ext/mcrypt/config.m4
@@ -39,8 +39,6 @@ if test "$PHP_MCRYPT" != "no"; then
PHP_ADD_LIBRARY(ltdl,, MCRYPT_SHARED_LIBADD)
AC_DEFINE(HAVE_LIBMCRYPT,1,[ ])
],[
- unset found
- unset ac_cv_lib_mcrypt_mcrypt_module_open
PHP_CHECK_LIBRARY(mcrypt, mcrypt_module_open,
[
AC_DEFINE(HAVE_LIBMCRYPT,1,[ ])