diff options
author | Pavel Reichl <preichl@redhat.com> | 2015-08-11 04:54:50 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-09-03 09:42:58 +0200 |
commit | 2b490bc947dbe0094417304840bd721417a162d9 (patch) | |
tree | d5203772a7d392612300d84ef3f8fa2d0eaf2558 /src/conf_macros.m4 | |
parent | 175613be0cfb0890174d12d941e634d833b63dd9 (diff) | |
download | sssd-2b490bc947dbe0094417304840bd721417a162d9.tar.gz sssd-2b490bc947dbe0094417304840bd721417a162d9.tar.xz sssd-2b490bc947dbe0094417304840bd721417a162d9.zip |
Remove trailing whitespace
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
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 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") ]) |