From 9539b1fc9a889b4b0ebdfb5be29bf9c2380c9065 Mon Sep 17 00:00:00 2001 From: del Date: Sat, 30 Jun 2018 00:14:38 +0800 Subject: [PATCH] =?UTF-8?q?PHP=5FNEW=5FEXTENSION=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5=E6=9B=B4=E6=96=B0,=20=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=96=B0=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index ca499ab..f8e25a4 100644 --- a/config.m4 +++ b/config.m4 @@ -14,5 +14,5 @@ dnl Make sure that the comment is aligned: if test "$PHP_php_screw" != "no"; then dnl Action.. - PHP_EXTENSION(php_screw_plus, $ext_shared) + PHP_NEW_EXTENSION(php_screw_plus, php_screw_plus.c, $ext_shared) fi