diff options
Diffstat (limited to 'ext/aspell/config.m4')
-rw-r--r-- | ext/aspell/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/aspell/config.m4 b/ext/aspell/config.m4 index ee3bc15457..a82ad6ca02 100644 --- a/ext/aspell/config.m4 +++ b/ext/aspell/config.m4 @@ -21,7 +21,7 @@ AC_ARG_WITH(aspell, fi AC_DEFINE(HAVE_ASPELL,1,[Whether you have aspell]) AC_MSG_RESULT(yes) - PHP_EXTENSION(aspell) + PHP_NEW_EXTENSION(aspell, aspell.c) else AC_MSG_RESULT(no) fi |