mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* configure.ac: Give warning when using capabilities.
This commit is contained in:
parent
1253e4efc8
commit
e56bb1af27
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user