summaryrefslogtreecommitdiff
path: root/ext/gettext/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gettext/config.m4')
-rw-r--r--ext/gettext/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/config.m4 b/ext/gettext/config.m4
index d5d4578938..f4a6fc34e9 100644
--- a/ext/gettext/config.m4
+++ b/ext/gettext/config.m4
@@ -35,7 +35,7 @@ if test "$PHP_GETTEXT" != "no"; then
LDFLAGS=$O_LDFLAGS
AC_DEFINE(HAVE_LIBINTL,1,[ ])
- PHP_EXTENSION(gettext, $ext_shared)
+ PHP_NEW_EXTENSION(gettext, gettext.c, $ext_shared)
PHP_SUBST(GETTEXT_SHARED_LIBADD)
if test -n "$GETTEXT_LIBS"; then