diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2ce585c1c..e1227ab26 100644 --- a/configure.ac +++ b/configure.ac @@ -687,6 +687,12 @@ dnl dnl Check whether we can use Linux capabilities as requested dnl if test "$use_capabilities" = "yes" ; then + +AC_MSG_WARN([[ +*** +*** WARNING: using capabilities with GnuPG is experimental code! +***]]) + use_capabilities=no AC_CHECK_HEADERS(sys/capability.h) if test "$ac_cv_header_sys_capability_h" = "yes" ; then |