summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2016-11-10 18:31:02 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-11-24 17:03:32 +0100
commit99b2352f909c548811617389641a9ccc3e17bc53 (patch)
tree8b3e25cf16a627717af02e650bace64b7423f618 /configure.ac
parentd2f93542650c2f9613043acfa8e2f368972a70cd (diff)
downloadsssd-99b2352f909c548811617389641a9ccc3e17bc53.tar.gz
sssd-99b2352f909c548811617389641a9ccc3e17bc53.tar.xz
sssd-99b2352f909c548811617389641a9ccc3e17bc53.zip
BUILD: Drop libsss_config
libsss_config has been used only by OpenLMI and the project has been deprecated making, then, no sense to keep the support on SSSD. Distros that, for some reason, are still packing and distributing OpenLMI can stick to SSSD 1.14 branch. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 230524bf3..e37e84ad5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,7 +187,6 @@ m4_include([src/external/signal.m4])
m4_include([src/external/inotify.m4])
m4_include([src/external/samba.m4])
m4_include([src/external/sasl.m4])
-m4_include([src/external/configlib.m4])
m4_include([src/external/libnfsidmap.m4])
m4_include([src/external/cwrap.m4])
m4_include([src/external/libresolv.m4])
@@ -200,10 +199,6 @@ if test x$with_secrets = xyes; then
m4_include([src/external/libjansson.m4])
fi
-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
m4_include([src/external/libunistring.m4])