summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--m4/ul.m41
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index afe0413df..4a38d1198 100644
--- a/configure.ac
+++ b/configure.ac
@@ -929,7 +929,7 @@ AC_ARG_ENABLE([setpriv],
UL_BUILD_INIT([setpriv])
UL_REQUIRES_LINUX([setpriv])
UL_REQUIRES_HAVE([setpriv], [linux_securebits_h], [securebits.h header file])
-UL_REQUIRES_HAVE([setpriv], [cap_ng], [libcap-ng])
+UL_REQUIRES_HAVE([setpriv], [cap_ng], [libcap-ng library])
AM_CONDITIONAL(BUILD_SETPRIV, test "x$build_setpriv" = xyes)
diff --git a/m4/ul.m4 b/m4/ul.m4
index a6e7d0608..c0082d0be 100644
--- a/m4/ul.m4
+++ b/m4/ul.m4
@@ -171,6 +171,7 @@ AC_DEFUN([UL_REQUIRES_HAVE], [
if test "x$[build_]suffix" != xno; then
+ [ul_haveone_]suffix=no
m4_foreach([onehave], [$2], [
if test "x$[have_]onehave" = xyes; then
[ul_haveone_]suffix=yes