diff options
author | David Shaw <[email protected]> | 2002-09-25 11:26:08 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-09-25 11:26:08 +0000 |
commit | c6f8520ad1ff33569641ab44c42ff23c4086be34 (patch) | |
tree | 09e7a8225f43ec6c52afae799cf467b072ce3bbf | |
parent | * import.c (import_keys_stream): Fix compiler type warning. (diff) | |
download | gnupg-c6f8520ad1ff33569641ab44c42ff23c4086be34.tar.gz gnupg-c6f8520ad1ff33569641ab44c42ff23c4086be34.zip |
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-09-25 David Shaw <[email protected]> + + * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses + sockets. + 2002-09-24 David Shaw <[email protected]> * THANKS: Remove duplicate. diff --git a/configure.ac b/configure.ac index f48e1b3ca..3c44f7d63 100644 --- a/configure.ac +++ b/configure.ac @@ -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, |