summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2016-08-08 23:08:16 +0200
committerSami Kerola2016-08-14 14:30:36 +0200
commit00971cca8a270b6e162c977182d134a64bbc914a (patch)
tree3437f0a670e43eec704a57a120d1b71abcdc8ea1 /configure.ac
parentkill: remove pid command-name to option alias (diff)
downloadkernel-qcow2-util-linux-00971cca8a270b6e162c977182d134a64bbc914a.tar.gz
kernel-qcow2-util-linux-00971cca8a270b6e162c977182d134a64bbc914a.tar.xz
kernel-qcow2-util-linux-00971cca8a270b6e162c977182d134a64bbc914a.zip
pg: stop building the command by default
The pg command is marked deprecated in POSIX since 1997, and this project has thought the same since Feb 2013. Time has come to stop shipping this binary by default. Reference: 956e582874d3a28434018bf12057c745f74821de Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f4d99f894..028ce9037 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1804,8 +1804,8 @@ AM_CONDITIONAL([BUILD_MORE], [test "x$build_more" = xyes])
AC_ARG_ENABLE([pg],
- AS_HELP_STRING([--disable-pg], [do not build pg]),
- [], [UL_DEFAULT_ENABLE([pg], [check])]
+ AS_HELP_STRING([--enable-pg], [build pg]),
+ [], [UL_DEFAULT_ENABLE([pg], [no])]
)
UL_BUILD_INIT([pg])
UL_REQUIRES_HAVE([pg], [ncursesw, ncurses], [ncurses or ncursesw library])