[tracker/tracker-0.8] configure: Default libunac to auto not disabled
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.8] configure: Default libunac to auto not disabled
- Date: Thu, 8 Apr 2010 16:54:44 +0000 (UTC)
commit bb792c96ed1dbfcf8867d07721fc81e263401ee5
Author: Martyn Russell <martyn lanedo com>
Date: Thu Apr 8 11:16:47 2010 +0100
configure: Default libunac to auto not disabled
We disabled this in the past due to a corruption that used to occur.
This has been fixed so we can again use it.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 40cd3d7..f496f33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -764,8 +764,8 @@ AC_SUBST(SQLITE3_LIBS)
AC_ARG_ENABLE(unac,
AS_HELP_STRING([--enable-unac],
- [enable UNAC support, required for stripping accents [[default=no]]]),,
- [enable_unac=no])
+ [enable UNAC support, required for stripping accents [[default=auto]]]),,
+ [enable_unac=auto])
if test "x$enable_unac" != "xno"; then
PKG_CHECK_MODULES(UNAC,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]