From 4b439e2d00e006c29d784ceb4b7d02766996d230 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 20 Oct 2016 10:50:04 +0200 Subject: build-sys: fix missing ncursesw message Signed-off-by: Ruediger Meier --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 66601ecf3..8855e39a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1807,7 +1807,7 @@ AC_ARG_ENABLE([pg], [], [UL_DEFAULT_ENABLE([pg], [no])] ) UL_BUILD_INIT([pg]) -UL_REQUIRES_HAVE([pg], [ncursesw, ncurses], [ncurses or ncursesw library]) +UL_REQUIRES_HAVE([pg], [ncursesw, ncurses], [ncursesw or ncurses library]) AM_CONDITIONAL([BUILD_PG], [test "x$build_pg" = xyes]) @@ -1817,7 +1817,7 @@ AC_ARG_ENABLE([setterm], ) UL_BUILD_INIT([setterm]) UL_REQUIRES_LINUX([setterm]) -UL_REQUIRES_HAVE([setterm], [ncursesw, ncurses], [ncurses or ncurses library]) +UL_REQUIRES_HAVE([setterm], [ncursesw, ncurses], [ncursesw or ncurses library]) AM_CONDITIONAL([BUILD_SETTERM], [test "x$build_setterm" = xyes]) # build_schedutils= is just configure-only variable to control -- cgit v1.2.3-55-g7522