1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-01 16:33:02 +01:00

* configure.ac: Define @CAPLIBS@ to link in -lcap if we are using

capabilities.
This commit is contained in:
David Shaw 2003-02-19 18:28:02 +00:00
parent fde4e0badb
commit 047a84911a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-02-19 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Define @CAPLIBS@ to link in -lcap if we are using
capabilities.
2003-02-11 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Add --enable-sha512 switch to add SHA384/512

View File

@ -619,7 +619,7 @@ if test "$ac_cv_header_sys_capability_h" = "yes" ; then
if test "$ac_cv_lib_cap_cap_init" = "yes"; then
AC_DEFINE(USE_CAPABILITIES,1,
[define if capabilities should be used])
LIBS="$LIBS -lcap"
AC_SUBST(CAPLIBS,"-lcap")
use_capabilities=yes
fi
fi