Hopefully get the API right on more versions of clucene

This commit is contained in:
alexhudson
2007-07-24 22:42:16 +00:00
parent f5b85d0515
commit 18441d2231
+1 -1
View File
@@ -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;