From 98619a7362229198f28ee0cd682d9dea635bd3ce Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 14 Feb 2018 11:57:47 +0100 Subject: [PATCH] autotools: remove --enable-deprecated Signed-off-by: Christian Brauner --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 1cf1a4ba9..a4de1f29b 100644 --- a/configure.ac +++ b/configure.ac @@ -173,13 +173,6 @@ AC_ARG_ENABLE([werror], [do not treat warnings as errors])], [], [enable_werror=yes]) -# Allow enabling deprecated executables -AC_ARG_ENABLE([deprecated], - [AC_HELP_STRING([--enable-deprecated], - [enable deprecated executables [default=no]])], - [], [enable_deprecated=false]) -AM_CONDITIONAL([ENABLE_DEPRECATED], [test "x$enable_deprecated" = "xyes"]) - # Allow disabling rpath AC_ARG_ENABLE([rpath], [AC_HELP_STRING([--enable-rpath], [set rpath in executables [default=no]])],