summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-23 14:03:09 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-10-26 13:43:58 -0400
commitc417f0b8cde38ff5cc10241383f1481e3440879c (patch)
tree69c53178fd98b24e3ff215ac431f10680ca88376 /configure.ac
parentcb47ceb86a3c31b300190da57c0a56983fe56234 (diff)
downloadsssd-c417f0b8cde38ff5cc10241383f1481e3440879c.tar.gz
sssd-c417f0b8cde38ff5cc10241383f1481e3440879c.tar.xz
sssd-c417f0b8cde38ff5cc10241383f1481e3440879c.zip
RHEL5: Remove UTF8 support for RHEL5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e0878bca..8c3c3a128 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ m4_include([src/external/nsupdate.m4])
m4_include([src/external/libkeyutils.m4])
m4_include([src/external/libnl.m4])
m4_include([src/util/signal.m4])
-m4_include([src/external/libunistring.m4])
+#m4_include([src/external/libunistring.m4])
PKG_CHECK_MODULES([DBUS],[dbus-1])
dnl if test -n "`$PKG_CONFIG --modversion dbus-1 | grep '^0\.'`" ; then