From 2b490bc947dbe0094417304840bd721417a162d9 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 11 Aug 2015 04:54:50 -0400 Subject: Remove trailing whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lukáš Slebodník Reviewed-by: Nikolai Kondrashov --- 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 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") ]) -- cgit