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 c6ce00059..cd731e605 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -596,11 +596,11 @@ AC_DEFUN([WITH_UNICODE_LIB],
if test x"$with_unicode_lib" != x; then
unicode_lib=$with_unicode_lib
fi
-
+
if test x"$unicode_lib" != x"libunistring" -a x"$unicode_lib" != x"glib2"; then
AC_MSG_ERROR([Unsupported unicode library])
fi
-
+
AM_CONDITIONAL([WITH_LIBUNISTRING], test x"$unicode_lib" = x"libunistring")
AM_CONDITIONAL([WITH_GLIB], test x"$unicode_lib" = x"glib2")
])