* 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

@ -1,3 +1,8 @@
2002-09-25 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses
sockets.
2002-09-24 David Shaw <dshaw@jabberwocky.com>
* THANKS: Remove duplicate.

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,