summaryrefslogtreecommitdiff
path: root/ext/aspell/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/aspell/config.m4')
-rw-r--r--ext/aspell/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/aspell/config.m4 b/ext/aspell/config.m4
index bfec9c4223..06b4c276c5 100644
--- a/ext/aspell/config.m4
+++ b/ext/aspell/config.m4
@@ -17,7 +17,7 @@ AC_ARG_WITH(aspell,
if test ! -f "$ASPELL_DIR/include/aspell-c.h"; then
AC_MSG_ERROR(Could not find aspell-c.h in $ASPELL_DIR/include - please copy it manually from the aspell sources to $ASPELL_DIR/include)
fi
- AC_DEFINE(HAVE_ASPELL)
+ AC_DEFINE(HAVE_ASPELL,1,[Whether you have aspell])
AC_MSG_RESULT(yes)
PHP_EXTENSION(aspell)
else