]> git.ipfire.org Git - thirdparty/lxc.git/commit
configure.ac: don't let -lcgmanager end up in LIBS
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 3 Jun 2014 03:04:12 +0000 (22:04 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 4 Jun 2014 14:57:53 +0000 (10:57 -0400)
commitff838db604d2a91641ea6a8a49e5ad451ed60b5a
treea7d1bff93897b62cfb6f2bbbce844023e4f44b56
parentee6dcf1220b6b3bc965671ad7e79fe65b5c804de
configure.ac: don't let -lcgmanager end up in LIBS

AC_SEARCH_LIBS always places the library being queried into LIBS.  We
don't want that - we were only checking whether a function is
available.  Not everything (notably not init.lxc.static) needs to
link against -lcgmanager.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac