Hopefully get the API right on more versions of clucene
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user