diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e61116849..fc6e1faac 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.in,v 1.258 2001/02/28 01:49:38 djm Exp $ | 1 | # $Id: configure.in,v 1.259 2001/02/28 01:51:19 djm Exp $ |
2 | 2 | ||
3 | AC_INIT(ssh.c) | 3 | AC_INIT(ssh.c) |
4 | 4 | ||
@@ -1280,7 +1280,7 @@ AC_ARG_WITH(egd-pool, | |||
1280 | if test -z "$RANDOM_POOL" ; then | 1280 | if test -z "$RANDOM_POOL" ; then |
1281 | AC_MSG_CHECKING(for PRNGD/EGD socket) | 1281 | AC_MSG_CHECKING(for PRNGD/EGD socket) |
1282 | # Insert other locations here | 1282 | # Insert other locations here |
1283 | for egdsock in /var/run/egd-pool /tmp/egd-pool /etc/entropy /tmp/entropy ; do | 1283 | for egdsock in /var/run/egd-pool /etc/entropy; do |
1284 | if test -r $egdsock && $TEST_MINUS_S_SH -c "test -S $egdsock -o -p $egdsock" ; then | 1284 | if test -r $egdsock && $TEST_MINUS_S_SH -c "test -S $egdsock -o -p $egdsock" ; then |
1285 | EGD_SOCKET="$egdsock" | 1285 | EGD_SOCKET="$egdsock" |
1286 | AC_DEFINE_UNQUOTED(EGD_SOCKET, "$EGD_SOCKET") | 1286 | AC_DEFINE_UNQUOTED(EGD_SOCKET, "$EGD_SOCKET") |