diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-09-25 13:26:08 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-09-25 13:26:08 +0200 |
commit | c6f8520ad1ff33569641ab44c42ff23c4086be34 (patch) | |
tree | 09e7a8225f43ec6c52afae799cf467b072ce3bbf /configure.ac | |
parent | * import.c (import_keys_stream): Fix compiler type warning. (diff) | |
download | gnupg2-c6f8520ad1ff33569641ab44c42ff23c4086be34.tar.xz gnupg2-c6f8520ad1ff33569641ab44c42ff23c4086be34.zip |
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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, |