summaryrefslogtreecommitdiff
path: root/ext/aspell
diff options
context:
space:
mode:
Diffstat (limited to 'ext/aspell')
-rw-r--r--ext/aspell/config.h.stub4
-rw-r--r--ext/aspell/config.m42
2 files changed, 1 insertions, 5 deletions
diff --git a/ext/aspell/config.h.stub b/ext/aspell/config.h.stub
deleted file mode 100644
index 4be31d352a..0000000000
--- a/ext/aspell/config.h.stub
+++ /dev/null
@@ -1,4 +0,0 @@
-/* Define if you want the ASPELL interface */
-#ifndef HAVE_ASPELL
-#define HAVE_ASPELL 0
-#endif
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