summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 1acd2b00a..18bdf67f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1644,13 +1644,6 @@ AM_CONDITIONAL([BUILD_HEXDUMP], [test "x$build_hexdump" = xyes])
UL_BUILD_INIT([rev], [yes])
AM_CONDITIONAL([BUILD_REV], [test "x$build_rev" = xyes])
-AC_ARG_ENABLE([tailf],
- AS_HELP_STRING([--enable-tailf], [build tailf (deprecated)]),
- [], [UL_DEFAULT_ENABLE([tailf], [no])]
-)
-UL_BUILD_INIT([tailf])
-AM_CONDITIONAL([BUILD_TAILF], [test "x$build_tailf" = xyes])
-
AC_ARG_ENABLE([tunelp],
AS_HELP_STRING([--enable-tunelp], [build tunelp]),