From 0bb2c0733e5e2dc3d5ae865acafbfd308941c83e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 23 Mar 2008 15:56:50 +0000 Subject: [PATCH] Only print a warning if hunspell is detected, but the test program fails to compile or work. Originally committed to SVN as r2122. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5d6c77de8..253e698f1 100644 --- a/configure.in +++ b/configure.in @@ -401,7 +401,7 @@ int main(void) { return 0; ]) -if test "$agi_with_hunspell" = "no"; then +if test "$agi_with_hunspell" = "no" && test "$with_hunspell" = "yes"; then AC_MSG_WARN([Hunspell detected, but it doesn't work..]) fi