From 18441d2231c01bd5b83209eda8ce3541bcd9fcd2 Mon Sep 17 00:00:00 2001 From: alexhudson Date: Tue, 24 Jul 2007 22:42:16 +0000 Subject: [PATCH] Hopefully get the API right on more versions of clucene --- m4/acx_clucene.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/acx_clucene.m4 b/m4/acx_clucene.m4 index 3850f2f..d511837 100644 --- a/m4/acx_clucene.m4 +++ b/m4/acx_clucene.m4 @@ -70,7 +70,7 @@ AC_LANG(C++) fi CLUCENE_BONGO_API=`echo "$clucene_ver" | $AWK -F. '{ - if ($ 1 > 0 || $ 2 > 9 || ($ 2 == 9 && $ 3 > 18)) { + if ($ 1 > 0 || $ 2 > 9 || ($ 2 == 9 && $ 3 > 16)) { print 2; } else { print 1;