summaryrefslogtreecommitdiffstats
path: root/configure.ac
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
commit327489dd9e89a5d63015cf9a4097ccf5f7d54369 (patch)
tree8fd21764382c851d531e1538d76261fdb0c77e90 /configure.ac
parentb58395a9f8a6619f1470bee07ab9f984cd64a510 (diff)
downloadding-libs-327489dd9e89a5d63015cf9a4097ccf5f7d54369.tar.gz
ding-libs-327489dd9e89a5d63015cf9a4097ccf5f7d54369.tar.xz
ding-libs-327489dd9e89a5d63015cf9a4097ccf5f7d54369.zip
Stop configuring ELAPI
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 d069708..f36a988 100644
--- a/configure.ac
+++ b/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],