]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
autotools: remove --enable-deprecated
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 14 Feb 2018 10:57:47 +0000 (11:57 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 28 Feb 2018 09:05:34 +0000 (10:05 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac

index 1cf1a4ba9374c5f797a3835d45a1753193f09fec..a4de1f29b9d10d5099922d36011cb699eafbed5e 100644 (file)
@@ -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]])],