From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Mon, 20 Jan 2014 12:55:12 +0100 Subject: Failing builds In-Reply-To: <52DCE4F8.8040900@hupie.com> References: <52DCDE41.9070405@hupie.com> <52DCE1EF.8060701@hupie.com> <52DCE4F8.8040900@hupie.com> Message-ID: On Mon, Jan 20, 2014 at 9:57 AM, Ferry Huberts wrote: > Ok, I needed to install lua-devel (Fedora 20) > > This should probably be detected. > For example by using pkg-config, like mentioned in the other thread I just > read while catching up :-) > > IMHO It's a good idea to use pkg-config to get/test dependencies. Currently we do use pkg-config: http://git.zx2c4.com/cgit/tree/cgit.mk#n28 However, the tests should not fail when Lua isn't present. I'll fix this.