summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2014-04-21 12:17:53 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-05-14 11:13:42 +0200
commit3fc158e59eebbc2f538fe0076a03928d0d4eab9f (patch)
treeccc7d7cc0bbf5e5e70afcdb0aa5cb41682efe975 /configure.ac
parent207cfa5ce8cb7118a1f56a8beb887246349bd50f (diff)
downloadsssd-3fc158e59eebbc2f538fe0076a03928d0d4eab9f.tar.gz
sssd-3fc158e59eebbc2f538fe0076a03928d0d4eab9f.tar.xz
sssd-3fc158e59eebbc2f538fe0076a03928d0d4eab9f.zip
sss_config: build
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb7e376a0..e75816a71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,6 +159,11 @@ m4_include([src/external/signal.m4])
m4_include([src/external/inotify.m4])
m4_include([src/external/libndr_nbt.m4])
m4_include([src/external/sasl.m4])
+m4_include([src/external/configlib.m4])
+
+if test x$build_config_lib = xyes; then
+ m4_include([src/external/libaugeas.m4])
+fi
WITH_UNICODE_LIB
if test x$unicode_lib = xlibunistring; then