diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-27 16:26:44 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-29 10:13:26 -0400 |
commit | 826937ebae068e2ebe59dd37c5f12331f09fe3b9 (patch) | |
tree | 2710b8f1e3cfbcb139d6a35910c4b0c719f11ef5 /configure.ac | |
parent | d6354aa46716751a41ddab86bc64c1c7c218c5cc (diff) | |
download | sssd-826937ebae068e2ebe59dd37c5f12331f09fe3b9.tar.gz sssd-826937ebae068e2ebe59dd37c5f12331f09fe3b9.tar.xz sssd-826937ebae068e2ebe59dd37c5f12331f09fe3b9.zip |
libipa_hbac: Support case-insensitive comparisons with UTF8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0e2e6d44a..248a9ae3b 100644 --- a/configure.ac +++ b/configure.ac @@ -114,6 +114,7 @@ m4_include([src/external/libkeyutils.m4]) m4_include([src/external/libnl.m4]) m4_include([src/external/systemd.m4]) m4_include([src/util/signal.m4]) +m4_include([src/external/libunistring.m4]) WITH_INITSCRIPT if test x$initscript = xsystemd; then |