summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-10-20 10:50:04 +0200
committerRuediger Meier2016-10-20 18:32:21 +0200
commit4b439e2d00e006c29d784ceb4b7d02766996d230 (patch)
treea8645a944b1a2fa84921b21141c5f7941dc10f53 /configure.ac
parenttests: avoid &>> for bash compatibility (diff)
downloadkernel-qcow2-util-linux-4b439e2d00e006c29d784ceb4b7d02766996d230.tar.gz
kernel-qcow2-util-linux-4b439e2d00e006c29d784ceb4b7d02766996d230.tar.xz
kernel-qcow2-util-linux-4b439e2d00e006c29d784ceb4b7d02766996d230.zip
build-sys: fix missing ncursesw message
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
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 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