From: Sami Kerola Date: Mon, 8 Aug 2016 21:08:16 +0000 (+0100) Subject: pg: stop building the command by default X-Git-Tag: v2.29-rc1~116^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00971cca8a270b6e162c977182d134a64bbc914a;p=thirdparty%2Futil-linux.git 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 --- diff --git a/configure.ac b/configure.ac index f4d99f8947..028ce90371 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])