summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2011-05-21 15:02:09 +0200
committerKarel Zak2011-05-26 15:03:54 +0200
commitc135a8bdc3b2d21fba2c0e6e09dc785498736061 (patch)
tree6082bb0da8e3a83e2ecd70a76ff250d79c1d46a2 /configure.ac
parentbuild-sys: add required files to dist (diff)
downloadkernel-qcow2-util-linux-c135a8bdc3b2d21fba2c0e6e09dc785498736061.tar.gz
kernel-qcow2-util-linux-c135a8bdc3b2d21fba2c0e6e09dc785498736061.tar.xz
kernel-qcow2-util-linux-c135a8bdc3b2d21fba2c0e6e09dc785498736061.zip
build-sys: stop building line(1) by default
Align build system behaviour with DEPRECATED file. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eaab8aa7f..ba048d146 100644
--- a/configure.ac
+++ b/configure.ac
@@ -989,6 +989,11 @@ AC_ARG_ENABLE([last],
)
AM_CONDITIONAL(BUILD_LAST, test "x$enable_last" = xyes)
+AC_ARG_ENABLE([line],
+ AS_HELP_STRING([--enable-line], [build line]),
+ [], enable_line=no
+)
+AM_CONDITIONAL(BUILD_LINE, test "x$enable_line" = xyes)
AC_ARG_ENABLE([mesg],
AS_HELP_STRING([--enable-mesg], [build mesg]),