X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=aclocal%2Flibcap.m4;h=f8a0ed178cccbc0639b7ab02343d7054e4015faa;hp=68a624c141725eaddcc6645d8d9bf65391281a7c;hb=768ab6039b53d767158c50bcc5fceb2ec2516a8a;hpb=0a8bd742cc1412e2553f152ee0c3aab8c5570212 diff --git a/aclocal/libcap.m4 b/aclocal/libcap.m4 index 68a624c..f8a0ed1 100644 --- a/aclocal/libcap.m4 +++ b/aclocal/libcap.m4 @@ -3,7 +3,7 @@ dnl AC_DEFUN([AC_LIBCAP], [ dnl look for prctl - AC_CHECK_FUNC([prctl], , ) + AC_CHECK_FUNC([prctl], , AC_MSG_ERROR([prctl syscall is not available])) AC_ARG_ENABLE([caps], [AS_HELP_STRING([--disable-caps], [Disable capabilities support])])