We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--enable-deleg
1 parent 05165f4 commit 2a3e60dCopy full SHA for 2a3e60d
configure.ac
@@ -41,15 +41,6 @@ case "$enable_haswell" in
41
yes|*) enable_haswell=yes ;;
42
esac
43
44
-AC_ARG_ENABLE(deleg, AS_HELP_STRING([--enable-deleg],[Enables the use of the draft DELEG RR type]))
45
-case "$enable_deleg" in
46
- yes)
47
- AC_DEFINE_UNQUOTED([USE_DELEG], [], [Define this to enable DELEG draft RR type])
48
- ;;
49
- no|''|*)
50
51
-esac
52
-
53
AC_ARG_ENABLE(drafts, AS_HELP_STRING([--enable-drafts],[Enables the use of the draft RR types]))
54
case "$enable_drafts" in
55
yes)
0 commit comments