diff options
Diffstat (limited to 'ext/shmop/config.m4')
-rw-r--r-- | ext/shmop/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/config.m4 b/ext/shmop/config.m4 index 1a9ca6adad..6c1709d715 100644 --- a/ext/shmop/config.m4 +++ b/ext/shmop/config.m4 @@ -4,5 +4,5 @@ PHP_ARG_ENABLE(shmop, whether to enable shmop support, if test "$PHP_SHMOP" != "no"; then AC_DEFINE(HAVE_SHMOP, 1, [ ]) - PHP_EXTENSION(shmop, $ext_shared) + PHP_NEW_EXTENSION(shmop, shmop.c, $ext_shared) fi |