]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
pg: stop building the command by default
authorSami Kerola <kerolasa@iki.fi>
Mon, 8 Aug 2016 21:08:16 +0000 (22:08 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 12:30:36 +0000 (13:30 +0100)
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>
configure.ac

index f4d99f8947e2dbfcc9c1758116d28885f3e23619..028ce90371134649f86c41fbf162be14ab2110e0 100644 (file)
@@ -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])