From a93b02e321f6763a619ed202946b74dbd605d1b9 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Sun, 16 Apr 2017 20:38:22 +0100 Subject: [PATCH] Compile option string: show script-support independent of DHCP. --- src/config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config.h b/src/config.h index 5602369..2b5852f 100644 --- a/src/config.h +++ b/src/config.h @@ -409,14 +409,14 @@ static char *compile_opts = "no-" # endif "DHCPv6 " -# if !defined(HAVE_SCRIPT) +#endif +#if !defined(HAVE_SCRIPT) "no-scripts " -# else -# if !defined(HAVE_LUASCRIPT) - "no-" -# endif - "Lua " +#else +# if !defined(HAVE_LUASCRIPT) + "no-" # endif + "Lua " #endif #ifndef HAVE_TFTP "no-"