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:
parent
7c82440112
commit
1e7e30fbd0
@ -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
1
THANKS
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user