From: Herwin Weststrate Date: Tue, 22 Nov 2016 07:18:44 +0000 (+0100) Subject: Removed reference to json-c from rlm_lua configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eacce2e8fcc5b30b498e546e60009c876b6ec5eb;p=thirdparty%2Ffreeradius-server.git Removed reference to json-c from rlm_lua configure This was probably a copy-paste error --- diff --git a/src/modules/rlm_lua/configure b/src/modules/rlm_lua/configure index cfccdaf22d9..293b015d404 100755 --- a/src/modules/rlm_lua/configure +++ b/src/modules/rlm_lua/configure @@ -1299,7 +1299,7 @@ Optional Packages: --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: diff --git a/src/modules/rlm_lua/configure.ac b/src/modules/rlm_lua/configure.ac index c35ab6eeb37..2103d807eb4 100644 --- a/src/modules/rlm_lua/configure.ac +++ b/src/modules/rlm_lua/configure.ac @@ -11,7 +11,7 @@ if test x$with_[]modname != xno; then 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)