]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Removed reference to json-c from rlm_lua configure 1854/head
authorHerwin Weststrate <herwin@quarantainenet.nl>
Tue, 22 Nov 2016 07:18:44 +0000 (08:18 +0100)
committerHerwin Weststrate <herwin@quarantainenet.nl>
Tue, 22 Nov 2016 07:18:44 +0000 (08:18 +0100)
This was probably a copy-paste error

src/modules/rlm_lua/configure
src/modules/rlm_lua/configure.ac

index cfccdaf22d919c77154bb8cb4730859de3364802..293b015d4043a9ef65d1dd27fc11826328a24863 100755 (executable)
@@ -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:
index c35ab6eeb37c7b899b8b61ab2222c0df62fa2776..2103d807eb4150b8be956e548813dd0aad6a695f 100644 (file)
@@ -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)