mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* THANKS: Remove duplicate.
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.
This commit is contained in:
parent
7c82440112
commit
1e7e30fbd0
3 changed files with 9 additions and 1 deletions
|
@ -693,6 +693,8 @@ for rndmod in $random_modules "" ; do
|
|||
rndegd)
|
||||
AC_DEFINE(USE_RNDEGD,1,
|
||||
[Defined if the EGD based RNG should be used.])
|
||||
EGDLIBS=$NETLIBS
|
||||
AC_SUBST(EGDLIBS)
|
||||
;;
|
||||
rndw32)
|
||||
AC_DEFINE(USE_RNDW32,1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue