|
a/src/configure.ac |
|
b/src/configure.ac |
|
... |
|
... |
207 |
get a match).]),
|
207 |
get a match).]),
|
208 |
camelcaseEnabled=$enableval, camelcaseEnabled=no)
|
208 |
camelcaseEnabled=$enableval, camelcaseEnabled=no)
|
209 |
|
209 |
|
210 |
if test X$camelcaseEnabled = Xyes ; then
|
210 |
if test X$camelcaseEnabled = Xyes ; then
|
211 |
AC_DEFINE(RCL_SPLIT_CAMELCASE, 1, [Split camelCase words])
|
211 |
AC_DEFINE(RCL_SPLIT_CAMELCASE, 1, [Split camelCase words])
|
212 |
fi
|
|
|
213 |
|
|
|
214 |
# Not by default as these are little used for now.
|
|
|
215 |
AC_ARG_ENABLE(stripchars,
|
|
|
216 |
AC_HELP_STRING([--enable-stripchars],
|
|
|
217 |
[Remove diacritics and fold character case in indexed terms. This will
|
|
|
218 |
yield less precise searches but the index will be smaller]),
|
|
|
219 |
stripcharsEnabled=$enableval, stripcharsEnabled=no)
|
|
|
220 |
|
|
|
221 |
if test X$stripcharsEnabled = Xyes ; then
|
|
|
222 |
AC_DEFINE(RCL_INDEX_STRIPCHARS, 1, [Remove case and accents from terms])
|
|
|
223 |
fi
|
212 |
fi
|
224 |
|
213 |
|
225 |
# Disable building the python module. This is built by default, because
|
214 |
# Disable building the python module. This is built by default, because
|
226 |
# it's really the easiest way to interface and extend recoll. It forces PIC
|
215 |
# it's really the easiest way to interface and extend recoll. It forces PIC
|
227 |
# objects for everything (indexing performance impact: 1%), because it's
|
216 |
# objects for everything (indexing performance impact: 1%), because it's
|