From 10f3efba52b0d49f31bac143bc108b168875e0f4 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 8 Mar 2008 20:47:36 +0000 Subject: [PATCH] Fix status message at the bottom of configure output for hunspell. Originally committed to SVN as r1978. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 928d822a4..c88cb088e 100644 --- a/configure.in +++ b/configure.in @@ -294,6 +294,9 @@ AM_CONDITIONAL([HAVE_HUNSPELL], [test "$with_old_hunspell" != "no"]) if test "$with_old_hunspell" = "yes"; then AC_DEFINE(WITH_OLD_HUNSPELL, 1, [Enable Older Hunspell support.]) HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS -DWITH_OLD_HUNSPELL" + with_hunspell="yes (old hunspell)" +else + with_hunspell="no" fi