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.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4
index 6d5f231267..bae44a3d4b 100644
--- a/ext/mcrypt/config.m4
+++ b/ext/mcrypt/config.m4
@@ -47,5 +47,5 @@ if test "$PHP_MCRYPT" != "no"; then
AC_DEFINE(HAVE_LIBMCRYPT,1,[ ])
PHP_SUBST(MCRYPT_SHARED_LIBADD)
- PHP_EXTENSION(mcrypt, $ext_shared)
+ PHP_NEW_EXTENSION(mcrypt, mcrypt.c, $ext_shared)
fi