summaryrefslogtreecommitdiff
path: root/m4/acx_clucene.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/acx_clucene.m4')
-rw-r--r--m4/acx_clucene.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/acx_clucene.m4 b/m4/acx_clucene.m4
index 04bf2c0..136143c 100644
--- a/m4/acx_clucene.m4
+++ b/m4/acx_clucene.m4
@@ -9,7 +9,7 @@ AC_ARG_WITH(clucene,
AC_HELP_STRING([ --with-clucene=<path>],
[prefix of CLucene-Core installation. e.g. /usr/local or /usr]),,)
-AC_MSG_CHECKING([how to include clucene])
+AC_MSG_CHECKING([how to include clucene 0.x])
if test "x$with_clucene" = "xno"; then
AC_MSG_RESULT(excluding support)
else