1
0
Fork 0
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:
David Shaw 2002-09-25 11:36:02 +00:00
parent 7c82440112
commit 1e7e30fbd0
3 changed files with 9 additions and 1 deletions

View file

@ -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,