diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-25 08:34:21 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-25 09:35:44 -0400 |
commit | d783d4562c704ccc65143370a4e0c2dfd91c61d2 (patch) | |
tree | dd03ceec3d1615c3f33d1807bc1b490562c91e10 /src/conf_macros.m4 | |
parent | a8781a38b5fca84647d59199fd0b0b4b2d4624e0 (diff) | |
download | sssd-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.m4 | 4 |
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 |