From c135a8bdc3b2d21fba2c0e6e09dc785498736061 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 21 May 2011 15:02:09 +0200 Subject: build-sys: stop building line(1) by default Align build system behaviour with DEPRECATED file. Signed-off-by: Sami Kerola --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') 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]), -- cgit v1.2.3-55-g7522