summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2013-08-13 14:11:12 +0200
committerKarel Zak2013-08-13 14:11:12 +0200
commit1cc62b353872f46753795285e9f65164b67d8031 (patch)
tree8ee6d80237190da5ad1d872781eae5c4dd6c0e58 /configure.ac
parentwall: make banner sysvinit compatible (diff)
downloadkernel-qcow2-util-linux-1cc62b353872f46753795285e9f65164b67d8031.tar.gz
kernel-qcow2-util-linux-1cc62b353872f46753795285e9f65164b67d8031.tar.xz
kernel-qcow2-util-linux-1cc62b353872f46753795285e9f65164b67d8031.zip
build-sys: enable mesg(1) by default
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>
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 87cffadd2..2ad890b5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])