summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-12-01 16:08:24 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-01 16:11:24 -0500
commita7360aa07780133b77c7fa0ab629b5e660e1e49a (patch)
tree9189af3e84994b1dca0fa127d7b0aa1d970b045a /common
parent9a446ad6d6445ed22f0d5132a241a3c8be5e1008 (diff)
downloadsssd-a7360aa07780133b77c7fa0ab629b5e660e1e49a.tar.gz
sssd-a7360aa07780133b77c7fa0ab629b5e660e1e49a.tar.xz
sssd-a7360aa07780133b77c7fa0ab629b5e660e1e49a.zip
Stop configuring ELAPI
Diffstat (limited to 'common')
-rw-r--r--common/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/configure.ac b/common/configure.ac
index d069708c1..f36a9886b 100644
--- a/common/configure.ac
+++ b/common/configure.ac
@@ -23,7 +23,7 @@ AS_IF([test ["$trace_level" -gt "0"] -a ["$trace_level" -lt "8"] ],[AC_SUBST([TR
AC_CONFIG_FILES([Makefile
trace/Makefile])
-AC_CONFIG_SUBDIRS([collection dhash ini path_utils elapi])
+AC_CONFIG_SUBDIRS([collection dhash ini path_utils])
AC_DEFUN([WITH_SINGLELIB],
[ AC_ARG_WITH([singlelib],