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:
parent
fde4e0badb
commit
047a84911a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user