summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-19 06:25:12 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-19 06:25:12 -0500
commit700e3fca88a581091e2ea254b9f93bf5f87e1a42 (patch)
tree2991504d15c10a0e0d8541c6cbfb559444c29180 /configure.ac
parentbafa7b74c4b136f913d4d7b4d1a192bfd6ceb3ed (diff)
downloadisc-dhcp-700e3fca88a581091e2ea254b9f93bf5f87e1a42.tar.gz
[master] Moved delayed-ack fully to runtime
Merges in 42446fd.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 58af400e..52e7bb4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,10 +170,6 @@ if test "$enable_dhcpv4o6" = "yes"; then
if test "$enable_dhcpv6" = "no"; then
AC_MSG_ERROR([dhcpv4o6 requires dhcpv6])
fi
- # DHCPv4o6 is not yet compatible with delayed-ack
- if test "$enable_delayed_ack" = "yes"; then
- AC_MSG_ERROR([dhcpv4o6 is not compatible with delayed-ack])
- fi
AC_DEFINE([DHCP4o6], [1],
[Define to 1 to include DHCPv4 over DHCPv6 support.])
else