mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.
This commit is contained in:
parent
7ad7f453c0
commit
c6f8520ad1
@ -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>
|
2002-09-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* THANKS: Remove duplicate.
|
* THANKS: Remove duplicate.
|
||||||
|
@ -730,6 +730,8 @@ for rndmod in $random_modules "" ; do
|
|||||||
rndegd)
|
rndegd)
|
||||||
AC_DEFINE(USE_RNDEGD,1,
|
AC_DEFINE(USE_RNDEGD,1,
|
||||||
[Defined if the EGD based RNG should be used.])
|
[Defined if the EGD based RNG should be used.])
|
||||||
|
EGDLIBS=$NETLIBS
|
||||||
|
AC_SUBST(EGDLIBS)
|
||||||
;;
|
;;
|
||||||
rndw32)
|
rndw32)
|
||||||
AC_DEFINE(USE_RNDW32,1,
|
AC_DEFINE(USE_RNDW32,1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user