This was probably a copy-paste error
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-lua-include-dir=DIR
- Directory where the json-c includes may be found
+ Directory where the lua includes may be found
--with-lua-lib-dir=DIR Directory where the lua libraries may be found
Some influential environment variables:
dnl extra argument: --with-lua-include-dir=DIR
AC_ARG_WITH(lua-include-dir,
[AS_HELP_STRING([--with-lua-include-dir=DIR],
- [Directory where the json-c includes may be found])],
+ [Directory where the lua includes may be found])],
[case "$withval" in
no)
AC_MSG_ERROR(Need lua-include-dir)