From a2e27126706502134a1ed228391dd7bbd78aeb1b Mon Sep 17 00:00:00 2001 From: Bharata B Rao Date: Mon, 6 Apr 2009 14:17:38 +0530 Subject: [PATCH] Remove the dependency of libcgroup on libcgroup build. libcgroup build checks for the availability of cgroup_creat_cgroup from libcgroup during its build. This causes a build failure if libcgroup is compiled in a system which already has libcgroup library installed. Remove this check from configure.in. Signed-off-by: Bharata B Rao Signed-off-by: Dhaval Giani --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 0d82f96d..cb54d158 100644 --- a/configure.in +++ b/configure.in @@ -48,9 +48,6 @@ fi AM_PROG_LEX AC_PROG_LIBTOOL -# Checks for libraries. -AC_CHECK_LIB([cgroup], [cgroup_create_cgroup]) - # Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC -- 2.47.2