mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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>
|
2004-07-26 Werner Koch <wk@g10code.de>
|
||||||
|
|
||||||
Released 1.2.5.
|
Released 1.2.5.
|
||||||
|
@ -687,6 +687,12 @@ dnl
|
|||||||
dnl Check whether we can use Linux capabilities as requested
|
dnl Check whether we can use Linux capabilities as requested
|
||||||
dnl
|
dnl
|
||||||
if test "$use_capabilities" = "yes" ; then
|
if test "$use_capabilities" = "yes" ; then
|
||||||
|
|
||||||
|
AC_MSG_WARN([[
|
||||||
|
***
|
||||||
|
*** WARNING: using capabilities with GnuPG is experimental code!
|
||||||
|
***]])
|
||||||
|
|
||||||
use_capabilities=no
|
use_capabilities=no
|
||||||
AC_CHECK_HEADERS(sys/capability.h)
|
AC_CHECK_HEADERS(sys/capability.h)
|
||||||
if test "$ac_cv_header_sys_capability_h" = "yes" ; then
|
if test "$ac_cv_header_sys_capability_h" = "yes" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user