summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-06-25 08:34:21 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-06-25 09:35:44 -0400
commitd783d4562c704ccc65143370a4e0c2dfd91c61d2 (patch)
treedd03ceec3d1615c3f33d1807bc1b490562c91e10 /src/conf_macros.m4
parenta8781a38b5fca84647d59199fd0b0b4b2d4624e0 (diff)
downloadsssd-d783d4562c704ccc65143370a4e0c2dfd91c61d2.tar.gz
sssd-d783d4562c704ccc65143370a4e0c2dfd91c61d2.tar.xz
sssd-d783d4562c704ccc65143370a4e0c2dfd91c61d2.zip
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.
Diffstat (limited to 'src/conf_macros.m4')
-rw-r--r--src/conf_macros.m44
1 files changed, 2 insertions, 2 deletions
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=<library>],
- [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