1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01: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

@ -1,3 +1,10 @@
2002-09-25 David Shaw <dshaw@jabberwocky.com>
* THANKS: Remove duplicate.
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses
sockets.
2002-09-21 Werner Koch <wk@gnupg.org>
Released 1.2.0.

1
THANKS
View File

@ -208,7 +208,6 @@ Wim Vandeputte bunbun@reptile.rug.ac.be
Winona Brown win@huh.org
Yosiaki IIDA iida@ring.gr.jp
Yoshihiro Kajiki kajiki@ylug.org
disastry@saiknes.lv
nbecker@hns.com
Thanks to the German Unix User Group for sponsoring this project,

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,