Kaydet (Commit) cf1e3b91 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Use proper variable when using system clucene.

Thanks to Caolan for the fix.
üst 46e18bc9
...@@ -182,7 +182,7 @@ HM2LIBST=-lhmwrap ...@@ -182,7 +182,7 @@ HM2LIBST=-lhmwrap
LINGULIB=$(HM2LIBST) LINGULIB=$(HM2LIBST)
LNGLIB=-llng$(DLLPOSTFIX) LNGLIB=-llng$(DLLPOSTFIX)
.IF "$(SYSTEM_CLUCENE)"=="YES" .IF "$(SYSTEM_CLUCENE)"=="YES"
CLUCENELIB=$(LIBCLUCENE_LIBS) CLUCENELIB=$(CLUCENE_LIBS)
.ELSE .ELSE
CLUCENELIB=-lclucene CLUCENELIB=-lclucene
.ENDIF .ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment