summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-12-01 16:29:23 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-01 16:29:23 -0500
commit4de8ae9db11c5d57490da4d4a135126a76474f58 (patch)
tree819c1b1ccb1a7c3519536c4ff1bfa4e8a640880b /common
parenta7360aa07780133b77c7fa0ab629b5e660e1e49a (diff)
downloadsssd-4de8ae9db11c5d57490da4d4a135126a76474f58.tar.gz
sssd-4de8ae9db11c5d57490da4d4a135126a76474f58.tar.xz
sssd-4de8ae9db11c5d57490da4d4a135126a76474f58.zip
Revert "Stop configuring ELAPI"
This reverts commit a7360aa07780133b77c7fa0ab629b5e660e1e49a.
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 f36a9886b..d069708c1 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])
+AC_CONFIG_SUBDIRS([collection dhash ini path_utils elapi])
AC_DEFUN([WITH_SINGLELIB],
[ AC_ARG_WITH([singlelib],