Commit a93b02e3 authored by Simon Kelley's avatar Simon Kelley

Compile option string: show script-support independent of DHCP.

parent c77fb9d8
...@@ -409,14 +409,14 @@ static char *compile_opts = ...@@ -409,14 +409,14 @@ static char *compile_opts =
"no-" "no-"
# endif # endif
"DHCPv6 " "DHCPv6 "
# if !defined(HAVE_SCRIPT) #endif
#if !defined(HAVE_SCRIPT)
"no-scripts " "no-scripts "
# else #else
# if !defined(HAVE_LUASCRIPT) # if !defined(HAVE_LUASCRIPT)
"no-" "no-"
# endif
"Lua "
# endif # endif
"Lua "
#endif #endif
#ifndef HAVE_TFTP #ifndef HAVE_TFTP
"no-" "no-"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment