summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-04-02 09:07:22 +0000
committerfoobar <sniper@php.net>2001-04-02 09:07:22 +0000
commit17937766095e861dd202dc7bcc626937d84a7126 (patch)
tree05b56af37f2447b97c4bc2854c73c8bd7f52ee6b
parent2257654b4fad29097ebb633d007758556fdcfe6e (diff)
downloadphp-git-17937766095e861dd202dc7bcc626937d84a7126.tar.gz
MFH
-rw-r--r--ext/aspell/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/aspell/config.m4 b/ext/aspell/config.m4
index 06b4c276c5..e6e36c9774 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)