1
0
forked from pool/util-linux
util-linux/build-sys-fix-building-of-wall.patch

25 lines
742 B
Diff
Raw Normal View History

From d47835cdd49af3fa13015eefbf3422b2faee8439 Mon Sep 17 00:00:00 2001
From: Petr Uzel <petr.uzel@suse.cz>
Date: Tue, 21 Feb 2012 15:59:29 +0100
Subject: [PATCH] build-sys: fix building of wall
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Index: util-linux-2.21-rc2/configure.ac
===================================================================
--- util-linux-2.21-rc2.orig/configure.ac
+++ util-linux-2.21-rc2/configure.ac
@@ -1035,7 +1035,7 @@ AC_ARG_ENABLE([wall],
AS_HELP_STRING([--disable-wall], [do not build wall]),
[], enable_wall=yes
)
-UL_BUILD_INIT([wasll])
+UL_BUILD_INIT([wall])
AM_CONDITIONAL(BUILD_WALL, test "x$build_wall" = xyes)