mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-23 10:28:08 +00:00
[master] remove extra comma
This commit is contained in:
parent
347d4962d0
commit
8cc64a89f1
2
configure
vendored
2
configure
vendored
@ -5352,7 +5352,7 @@ fi
|
|||||||
if test "${enable_dhcpv6+set}" = set; then :
|
if test "${enable_dhcpv6+set}" = set; then :
|
||||||
enableval=$enable_dhcpv6;
|
enableval=$enable_dhcpv6;
|
||||||
fi
|
fi
|
||||||
,
|
|
||||||
# DHCPv6 is on by default, so define if it is not explicitly disabled.
|
# DHCPv6 is on by default, so define if it is not explicitly disabled.
|
||||||
if test "$enable_dhcpv6" != "no"; then
|
if test "$enable_dhcpv6" != "no"; then
|
||||||
enable_dhcpv6="yes"
|
enable_dhcpv6="yes"
|
||||||
|
@ -127,7 +127,7 @@ fi
|
|||||||
|
|
||||||
# DHCPv6 optional compile-time feature.
|
# DHCPv6 optional compile-time feature.
|
||||||
AC_ARG_ENABLE(dhcpv6,
|
AC_ARG_ENABLE(dhcpv6,
|
||||||
AS_HELP_STRING([--enable-dhcpv6],[enable support for DHCPv6 (default is yes)])),
|
AS_HELP_STRING([--enable-dhcpv6],[enable support for DHCPv6 (default is yes)]))
|
||||||
# DHCPv6 is on by default, so define if it is not explicitly disabled.
|
# DHCPv6 is on by default, so define if it is not explicitly disabled.
|
||||||
if test "$enable_dhcpv6" != "no"; then
|
if test "$enable_dhcpv6" != "no"; then
|
||||||
enable_dhcpv6="yes"
|
enable_dhcpv6="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user