mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 09:57:20 +00:00
[master] set enable-relay-port to "no" for config reporting
This commit is contained in:
parent
397599cb44
commit
2f1fd27487
3
configure
vendored
3
configure
vendored
@ -5500,6 +5500,9 @@ if test "$enable_relay_port" = "yes"; then
|
||||
|
||||
$as_echo "#define RELAY_PORT 1" >>confdefs.h
|
||||
|
||||
else
|
||||
# so we can report below
|
||||
enable_relay_port="no"
|
||||
fi
|
||||
|
||||
# PARANOIA is off by default (until we can test it with all features)
|
||||
|
@ -184,6 +184,9 @@ AC_ARG_ENABLE(relay-port,
|
||||
if test "$enable_relay_port" = "yes"; then
|
||||
AC_DEFINE([RELAY_PORT], [1],
|
||||
[Define to 1 to include relay port support.])
|
||||
else
|
||||
# so we can report below
|
||||
enable_relay_port="no"
|
||||
fi
|
||||
|
||||
# PARANOIA is off by default (until we can test it with all features)
|
||||
|
@ -185,6 +185,9 @@ AC_ARG_ENABLE(relay-port,
|
||||
if test "$enable_relay_port" = "yes"; then
|
||||
AC_DEFINE([RELAY_PORT], [1],
|
||||
[Define to 1 to include relay port support.])
|
||||
else
|
||||
# so we can report below
|
||||
enable_relay_port="no"
|
||||
fi
|
||||
|
||||
# PARANOIA is off by default (until we can test it with all features)
|
||||
|
@ -190,6 +190,9 @@ AC_ARG_ENABLE(relay-port,
|
||||
if test "$enable_relay_port" = "yes"; then
|
||||
AC_DEFINE([RELAY_PORT], [1],
|
||||
[Define to 1 to include relay port support.])
|
||||
else
|
||||
# so we can report below
|
||||
enable_relay_port="no"
|
||||
fi
|
||||
|
||||
# PARANOIA is off by default (until we can test it with all features)
|
||||
|
@ -184,6 +184,9 @@ AC_ARG_ENABLE(relay-port,
|
||||
if test "$enable_relay_port" = "yes"; then
|
||||
AC_DEFINE([RELAY_PORT], [1],
|
||||
[Define to 1 to include relay port support.])
|
||||
else
|
||||
# so we can report below
|
||||
enable_relay_port="no"
|
||||
fi
|
||||
|
||||
# PARANOIA is off by default (until we can test it with all features)
|
||||
|
Loading…
x
Reference in New Issue
Block a user