diff options
author | foobar <sniper@php.net> | 2001-04-02 09:06:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-04-02 09:06:33 +0000 |
commit | 943c73896fd77792f09b285abef780fd1037c55e (patch) | |
tree | bece63b35d7ddb8a2a16e9838961bd0709246597 /ext/aspell | |
parent | cbdd711312c24677a837a3799d62b6c89efb0daa (diff) | |
download | php-git-943c73896fd77792f09b285abef780fd1037c55e.tar.gz |
Fixed a typo. Bug: #10103
Diffstat (limited to 'ext/aspell')
-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) |