summaryrefslogtreecommitdiff
path: root/ext/recode/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/recode/config.m4')
-rw-r--r--ext/recode/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/recode/config.m4 b/ext/recode/config.m4
index 6723d807e7..82741018cf 100644
--- a/ext/recode/config.m4
+++ b/ext/recode/config.m4
@@ -59,5 +59,5 @@ recode_format_table();
AC_CHECK_HEADERS(stdbool.h)
- PHP_EXTENSION(recode,$ext_shared)
+ PHP_NEW_EXTENSION(recode, recode.c, $ext_shared)
fi