From d783d4562c704ccc65143370a4e0c2dfd91c61d2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 25 Jun 2012 08:34:21 -0400 Subject: BUILD: Change default unicode library to glib2 This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary. --- src/conf_macros.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conf_macros.m4') diff --git a/src/conf_macros.m4 b/src/conf_macros.m4 index a1da75302..4dbbd7694 100644 --- a/src/conf_macros.m4 +++ b/src/conf_macros.m4 @@ -430,11 +430,11 @@ AC_ARG_ENABLE([all-experimental-features], AC_DEFUN([WITH_UNICODE_LIB], [ AC_ARG_WITH([unicode-lib], [AC_HELP_STRING([--with-unicode-lib=], - [Which library to use for unicode processing (libunistring, glib2) [libunistring]] + [Which library to use for unicode processing (libunistring, glib2) [glib2]] ) ] ) - unicode_lib="libunistring" + unicode_lib="glib2" if test x"$with_unicode_lib" != x; then unicode_lib=$with_unicode_lib fi -- cgit