diff options
author | 2010-08-15 02:05:54 +0000 | |
---|---|---|
committer | 2010-08-15 02:05:54 +0000 | |
commit | f0bf63087f9d225e17a3e1ef7587b5db2c7fd036 (patch) | |
tree | d668d54f43d4ff4a55e4424d787ac6c2419edbad | |
parent | 3df99f8284a8ded59552571784ac7ded87fd3a1e (diff) | |
download | paludis-f0bf63087f9d225e17a3e1ef7587b5db2c7fd036.tar.gz paludis-f0bf63087f9d225e17a3e1ef7587b5db2c7fd036.tar.xz |
Fix.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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])], |