From: Bharata B Rao Date: Mon, 6 Apr 2009 08:47:38 +0000 (+0530) Subject: Remove the dependency of libcgroup on libcgroup build. X-Git-Tag: v0.34~65^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e27126706502134a1ed228391dd7bbd78aeb1b;p=thirdparty%2Flibcgroup.git 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 --- 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