]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] remove extra comma
authorShawn Routhier <sar@isc.org>
Thu, 15 Oct 2015 17:34:07 +0000 (17:34 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 15 Oct 2015 17:34:07 +0000 (17:34 +0000)
configure
configure.ac

index 81d0751d1ed980268a367da1b379345f301f5906..3325472ba2f58a9b8d3edce9bb6c964842963cc2 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"
index ce1ddd5a2ae202abfe2a618c38a2cd92bfa8e015..5dd966f9f9faa8b957ef664464076e60b2067860 100644 (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"