summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2015-10-15 17:34:07 +0000
committerShawn Routhier <sar@isc.org>2015-10-15 17:34:07 +0000
commit8cc64a89f156587552c5a84a21c0ddb95b72fd8f (patch)
tree7b4af32b6f6de3b52c293313c7673d086a05bd90 /configure.ac
parent347d4962d01dbbf991668eac48fcdbe5c74bd4ce (diff)
downloadisc-dhcp-8cc64a89f156587552c5a84a21c0ddb95b72fd8f.tar.gz
[master] remove extra comma
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce1ddd5a..5dd966f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"