summaryrefslogtreecommitdiff
path: root/ext/mcrypt/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/config.m4')
-rw-r--r--ext/mcrypt/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4
index c45cf1bda..f18280e2b 100644
--- a/ext/mcrypt/config.m4
+++ b/ext/mcrypt/config.m4
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4 225644 2006-12-23 17:58:47Z derick $
+dnl $Id: config.m4 293594 2010-01-15 21:02:20Z stas $
dnl
AC_DEFUN([PHP_MCRYPT_CHECK_VERSION],[
@@ -55,5 +55,5 @@ if test "$PHP_MCRYPT" != "no"; then
PHP_ADD_INCLUDE($MCRYPT_DIR/include)
PHP_SUBST(MCRYPT_SHARED_LIBADD)
- PHP_NEW_EXTENSION(mcrypt, mcrypt.c, $ext_shared)
+ PHP_NEW_EXTENSION(mcrypt, mcrypt.c mcrypt_filter.c, $ext_shared)
fi