1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.

This commit is contained in:
David Shaw 2002-09-25 11:26:08 +00:00
parent 7ad7f453c0
commit c6f8520ad1
2 changed files with 7 additions and 0 deletions

View file

@ -730,6 +730,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,