Re: [lxc-devel] [PATCH] lua: fix logic to enable lua support in configure

2013-09-06 Thread Stéphane Graber
On Fri, Sep 06, 2013 at 09:08:45AM +0200, Natanael Copa wrote: > 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

Re: [lxc-devel] [PATCH] lua: fix logic to enable lua support in configure

2013-09-06 Thread Natanael Copa
On Fri, 6 Sep 2013 10:56:09 +0200 Thomas Moschny wrote: > 2013/9/6 Natanael Copa : > > I wonder it it would be an idea to replace the 2 switches: > > > > --enable-lua > > --with-lua-pc[=PKG] > > > > with a single switch: > > > > --with-lua[=PKG] > > > > As it works now, if you specify eithe

Re: [lxc-devel] [PATCH] lua: fix logic to enable lua support in configure

2013-09-06 Thread Thomas Moschny
2013/9/6 Natanael Copa : > I wonder it it would be an idea to replace the 2 switches: > > --enable-lua > --with-lua-pc[=PKG] > > with a single switch: > > --with-lua[=PKG] > > As it works now, if you specify either --enable-lua or --with-lua-pc, > lua will be enabled and configure will fail i