diff options
-rw-r--r-- | ext/aspell/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/aspell/config.m4 b/ext/aspell/config.m4 index dde5aa2169..9955de570f 100644 --- a/ext/aspell/config.m4 +++ b/ext/aspell/config.m4 @@ -19,9 +19,9 @@ AC_ARG_WITH(aspell, fi AC_DEFINE(HAVE_ASPELL,1,[Whether you have aspell]) AC_MSG_RESULT(yes) - PHP_EXTENSION(aspell) + PHP_EXTENSION(aspell) else - AC_MSG_ERROR(no) + AC_MSG_RESULT(no) fi ],[ AC_MSG_RESULT(no) |