aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-08-03 21:23:55 +0000
committerDavid Shaw <[email protected]>2004-08-03 21:23:55 +0000
commite56bb1af2742271ac704d3a5ce4bd356176694c5 (patch)
treea83f75eb16394c98ef81cb471961715d0aff69e5
parent* gpg.sgml: Note changes in --pgp8. Rephrase the "don't play algorithm (diff)
downloadgnupg-e56bb1af2742271ac704d3a5ce4bd356176694c5.tar.gz
gnupg-e56bb1af2742271ac704d3a5ce4bd356176694c5.zip
* configure.ac: Give warning when using capabilities.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a89fcf53..09ad844cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-03 David Shaw <[email protected]>
+
+ * configure.ac: Give warning when using capabilities.
+
2004-07-26 Werner Koch <[email protected]>
Released 1.2.5.
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