diff --git a/configure b/configure index 0a2226bb7e..ec95819f6e 100755 --- a/configure +++ b/configure @@ -2085,7 +2085,7 @@ if test "$cap" != "no" ; then cat > $TMPC < #include -int main(void) { cap_t caps; caps = cap_init(); } +int main(void) { cap_t caps; caps = cap_init(); return caps != NULL; } EOF if compile_prog "" "-lcap" ; then cap=yes