]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - configure.ac+lt
[master] Moved delayed-ack fully to runtime
[thirdparty/dhcp.git] / configure.ac+lt
index 448b893a3652b30c7c072791b4bec10f6c8e8800..6fa7edba0d9334ba3c92764a4f43d3ae44953f0f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.4.0-dev],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.0a1],[dhcp-users@isc.org])
 
 # for libtool
 AC_CONFIG_MACRO_DIR([m4])
@@ -171,10 +171,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