]> git.ipfire.org Git - thirdparty/lxc.git/commit
lua: fix logic to enable lua support in configure
authorNatanael Copa <ncopa@alpinelinux.org>
Fri, 6 Sep 2013 07:08:45 +0000 (09:08 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 6 Sep 2013 13:14:28 +0000 (09:14 -0400)
commit69c757b343b5bbd2543adc4f3f0204d4696515e0
treee62c051b2350575b5f9a73c24877267f625ecd0a
parent2caf9a97d90a61e5eaf9d7c218e5bcc35dfbfbb3
lua: fix logic to enable lua support in configure

When there is no --enable-lua or --with-lua-pc, Lua should not be
enabled.

This fixes a bug introduced with 12e93188 (configure/makefile:
Allow specify Lua pkg-config file with --with-lua-pc) that caused
configure script to fail if lua headers was missing.

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac