summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-03-13 05:46:07 +0100
committerRuediger Meier2016-03-13 21:48:06 +0100
commit9dd55a048e1725c60c406cd73600bca84c4f1cf5 (patch)
tree2f374219a0dcb145780710ebbc466c1413f3375a /configure.ac
parentbuild-sys: fix again UL_SCANF_TYPE_MODIFIER (diff)
downloadkernel-qcow2-util-linux-9dd55a048e1725c60c406cd73600bca84c4f1cf5.tar.gz
kernel-qcow2-util-linux-9dd55a048e1725c60c406cd73600bca84c4f1cf5.tar.xz
kernel-qcow2-util-linux-9dd55a048e1725c60c406cd73600bca84c4f1cf5.zip
build-sys: add missing "not found" strings
Otherwise configure output looks like this: configure: WARNING: not found; not building cfdisk 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 0bfe28cc6..bfb12cade 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])