From 016dbfca802ce38058fdbb62665ec1923d0f214a Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 6 Apr 2008 03:12:35 +0000 Subject: [PATCH] add a missing } in the hunspell run-check (reported by sl1pkn07 via IRC) Originally committed to SVN as r2168. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 53d92afb2..353f7dfed 100644 --- a/configure.in +++ b/configure.in @@ -454,6 +454,7 @@ int main(void) { hunspell = new Hunspell(NULL,NULL); if (!hunspell) return 1; return 0; +} ]) if test "$agi_with_hunspell" = "no" && test "$with_hunspell" = "yes"; then