On 15/07/2012, at 1:51 AM, Theo Schlossnagle <je...@omniti.com> wrote:
> It would be nice to allow for configure flags to be available to compensate > for its absence. By dependency, do you mean that every library would had to > deliver the pkg-config support bits? No, I just wanted to use PKG_CHECK_MODULES to test for LuaJIT. There's no impact on any other libraries. If pkg-config is not present at configure time, LuAJIT will not be detected. > On Jul 14, 2012 1:15 AM, "James Peach" <jpe...@apache.org> wrote: > >> Hi all, >> >> Any objection to me adding a autotools-time dependency on pkg-config? I >> want to use PKG_CHECK_MODULES to test for luajit ... >> >> J