mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 00:27:05 +00:00
autotools: remove --enable-deprecated
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
e144a06bd7
commit
98619a7362
@ -173,13 +173,6 @@ AC_ARG_ENABLE([werror],
|
|||||||
[do not treat warnings as errors])],
|
[do not treat warnings as errors])],
|
||||||
[], [enable_werror=yes])
|
[], [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
|
# Allow disabling rpath
|
||||||
AC_ARG_ENABLE([rpath],
|
AC_ARG_ENABLE([rpath],
|
||||||
[AC_HELP_STRING([--enable-rpath], [set rpath in executables [default=no]])],
|
[AC_HELP_STRING([--enable-rpath], [set rpath in executables [default=no]])],
|
||||||
|
Loading…
Reference in New Issue
Block a user