From f0bf63087f9d225e17a3e1ef7587b5db2c7fd036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=20=C3=98rsted=20Andresen?= Date: Sun, 15 Aug 2010 02:05:54 +0000 Subject: Fix. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a09ac16b9..8129434e9 100644 --- a/configure.ac +++ b/configure.ac @@ -941,7 +941,7 @@ dnl }}} dnl {{{ check for whether to build search index things AC_MSG_CHECKING([whether to build search index support]) -AC_ARG_ENABLE([xml], +AC_ARG_ENABLE([search-index], AS_HELP_STRING([--enable-search-index], [Enable search index (needs sqlite3)]), [ENABLE_SEARCH_INDEX=$enableval AC_MSG_RESULT([$enableval])], -- cgit v1.2.3