]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Fix configure --enable-debug
authorJan Safranek <jsafrane@redhat.com>
Fri, 4 Mar 2011 11:22:31 +0000 (12:22 +0100)
committerJan Safranek <jsafrane@redhat.com>
Thu, 10 Mar 2011 15:00:13 +0000 (16:00 +0100)
commit7c20d87e4f8f36f6d0a90bc212460fcd2ecd3b8f
tree9ef333badf8bfca8c723e96bf246b4cf7c58732c
parent1f5be691452ae529cba21c629c2a854f425e22a6
Fix configure --enable-debug

I've noticed that the debugging info is compiled in even if --disable-debug
is provided. Following patch adds explicit check that --enable-debug or
 --enable-debug=yes is provided to configure script.

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
configure.in