mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-25 09:10:03 +01:00
build: Remove "deprecated" option
The functionality that this option was disabling/enabling has been removed.
This commit is contained in:
parent
95ee81fc6e
commit
fbbcb0c03f
1 changed files with 0 additions and 9 deletions
|
|
@ -61,15 +61,6 @@ AC_SYS_LARGEFILE
|
|||
# Initialize libtool
|
||||
LT_INIT
|
||||
|
||||
# Build deprecated functionality
|
||||
AC_ARG_ENABLE(deprecated, [ --enable-deprecated build deprecated functionality],
|
||||
enable_deprecated=$enableval,
|
||||
enable_deprecated=no)
|
||||
if test "${enable_deprecated}" != no; then
|
||||
AC_DEFINE(ENABLE_DEPRECATED, 1, [Define if we should build deprecated functionalty])
|
||||
fi
|
||||
AM_CONDITIONAL(ENABLE_DEPRECATED, test x$enable_deprecated = xyes)
|
||||
|
||||
# Build man pages?
|
||||
AC_ARG_ENABLE(man-pages, [ --enable-man-pages build manual pages],enable_man_pages=$enableval,enable_man_pages=yes)
|
||||
if test "${enable_man_page}" != no; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue