diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a23d32497..80d3e48d1 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.16 2002/01/23 00:21:01 djm Exp $ | 1 | # $Id: configure.ac,v 1.17 2002/01/31 06:14:03 tim Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -884,8 +884,8 @@ if test ! -z "$OPENSSL_SEEDS_ITSELF" -a -z "$USE_RAND_HELPER" ; then | |||
884 | AC_DEFINE(OPENSSL_PRNG_ONLY) | 884 | AC_DEFINE(OPENSSL_PRNG_ONLY) |
885 | RAND_MSG="OpenSSL internal ONLY" | 885 | RAND_MSG="OpenSSL internal ONLY" |
886 | INSTALL_SSH_RAND_HELPER="" | 886 | INSTALL_SSH_RAND_HELPER="" |
887 | elif test ! -z "$OPENSSL_SEEDS_ITSELF" -a ! -z "$USE_RAND_HELPER" ; then | 887 | elif test ! -z "$USE_RAND_HELPER" ; then |
888 | # OpenSSL with fallback to rand helper | 888 | # install rand helper |
889 | RAND_MSG="ssh-rand-helper" | 889 | RAND_MSG="ssh-rand-helper" |
890 | INSTALL_SSH_RAND_HELPER="yes" | 890 | INSTALL_SSH_RAND_HELPER="yes" |
891 | fi | 891 | fi |