* configure.ac: Give warning when using capabilities.

This commit is contained in:
David Shaw 2004-08-03 21:23:55 +00:00
parent 1253e4efc8
commit e56bb1af27
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-08-03 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Give warning when using capabilities.
2004-07-26 Werner Koch <wk@g10code.de>
Released 1.2.5.

View File

@ -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