summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-10-20 11:50:55 +0200
committerLinus Nordberg <linus@nordu.net>2016-11-01 10:36:48 +0100
commit3b3742a9f5fb087674bd448636c06f011f81e8d7 (patch)
treea91757eeb6127ad2e779ab31dc105d25b061639c /configure.ac
parenta44e795d6cb39edb422afb99841dfe7e242f6bb7 (diff)
Remove --enable-experimental-dyndisc build config knob.
Be aware that use of the DynamicLookupCommand configuration option still enables code known to be buggy.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 9ca9b78..85643ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,22 +90,6 @@ if test "x$dtls" = "xyes" ; then
TARGET_CFLAGS="$TARGET_CFLAGS -DRADPROT_DTLS"
fi
-AC_ARG_ENABLE(
- experimental_dyndisc,
- AC_HELP_STRING([--enable-experimental-dyndisc],
- [enable experimental code for dynamic discovery [default=no]]),
- [case $enableval in
- yes|no) ;;
- *) AC_MSG_ERROR([bad value $enableval for --enable-experimental-dyndisc, need yes or no]) ;;
- esac],
- [enable_experimental_dyndisc=no])
-if test "$enable_experimental_dyndisc" = "yes"; then
- AC_DEFINE([ENABLE_EXPERIMENTAL_DYNDISC], [1])
-fi
-AM_CONDITIONAL(ENABLE_EXPERIMENTAL_DYNDISC,
- test "$enable_experimental_dyndisc" = "yes")
-
-
AC_ARG_VAR([DOCBOOK2X_MAN], [docbook2x-man program to use])
if test -z "$DOCBOOK2X_MAN" ; then
AC_SUBST([DOCBOOK2X_MAN], [docbook2x-man])