2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 18:07:25 +00:00

[master] remove extra comma

This commit is contained in:
Shawn Routhier 2015-10-15 17:34:07 +00:00
parent 347d4962d0
commit 8cc64a89f1
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -5352,7 +5352,7 @@ fi
if test "${enable_dhcpv6+set}" = set; then :
enableval=$enable_dhcpv6;
fi
,
# DHCPv6 is on by default, so define if it is not explicitly disabled.
if test "$enable_dhcpv6" != "no"; then
enable_dhcpv6="yes"

View File

@ -127,7 +127,7 @@ fi
# DHCPv6 optional compile-time feature.
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.
if test "$enable_dhcpv6" != "no"; then
enable_dhcpv6="yes"