diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a64113a..857b0d8 100644 --- a/configure.ac +++ b/configure.ac @@ -118,6 +118,9 @@ LIBS=$cu_saved_libs AM_CONDITIONAL(CONFIG_CIFSUPCALL, [test "$enable_cifsupcall" != "no"]) -AC_LIBCAP +LIBCAP_NG_PATH +if test "x$CAPNG_LDADD" = "x"; then + AC_LIBCAP +fi AC_OUTPUT |