]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: enable mesg(1) by default
authorKarel Zak <kzak@redhat.com>
Tue, 13 Aug 2013 12:11:12 +0000 (14:11 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Aug 2013 12:11:12 +0000 (14:11 +0200)
It seems that our mesg(1) implementation is compatible with sysvinit,
let's use it by default in mainstream distros.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 87cffadd29a881ec0560eb323f8dffc35e56fdaa..2ad890b5b8acc1ffdde90c908cac719d6e687008 100644 (file)
@@ -1095,8 +1095,8 @@ AM_CONDITIONAL([BUILD_LINE], [test "x$build_line" = xyes])
 
 
 AC_ARG_ENABLE([mesg],
-  AS_HELP_STRING([--enable-mesg], [build mesg]),
-  [], [enable_mesg=no]
+             AS_HELP_STRING([--disable-mesg], [do not build mesg]),
+  [], [enable_mesg=yes]
 )
 UL_BUILD_INIT([mesg])
 AM_CONDITIONAL([BUILD_MESG], [test "x$build_mesg" = xyes])