From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> Otherwise configure output looks like this: configure: WARNING: not found; not building cfdisk Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0bfe28c..bfb12ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1019,7 +1019,7 @@ AM_CONDITIONAL([BUILD_SFDISK], [test "x$build_sfdisk" = xyes]) UL_BUILD_INIT([cfdisk], [check]) UL_REQUIRES_BUILD([cfdisk], [libfdisk]) UL_REQUIRES_BUILD([cfdisk], [libsmartcols]) -UL_REQUIRES_HAVE([cfdisk], [open_memstream]) +UL_REQUIRES_HAVE([cfdisk], [open_memstream], [open_memstream function]) UL_REQUIRES_HAVE([cfdisk], [ncurses,slang], [ncurses or slang library]) AM_CONDITIONAL([BUILD_CFDISK], [test "x$build_cfdisk" = xyes]) @@ -1469,7 +1469,7 @@ dnl we assume reboot() to be the 1-argument variant, because even considering dnl widely used alternative C libraries like uclibc, dietlibc and musl, dnl reboot() with multiple arguments is yet only found in glibc versions dnl earlier than 2.x. -UL_REQUIRES_HAVE([ctrlaltdel], [reboot]) +UL_REQUIRES_HAVE([ctrlaltdel], [reboot], [reboot function]) AM_CONDITIONAL([BUILD_CTRLALTDEL], [test "x$build_ctrlaltdel" = xyes]) UL_BUILD_INIT([fsfreeze], [check]) -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html