Skip to content

Commit 2a3e60d

Browse files
committed
Removing obsolete --enable-deleg flag
1 parent 05165f4 commit 2a3e60d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

configure.ac

-9
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ case "$enable_haswell" in
4141
yes|*) enable_haswell=yes ;;
4242
esac
4343

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-
5344
AC_ARG_ENABLE(drafts, AS_HELP_STRING([--enable-drafts],[Enables the use of the draft RR types]))
5445
case "$enable_drafts" in
5546
yes)

0 commit comments

Comments
 (0)