summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
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