From 290495c0adc82ea58100ce1cdb82e1f9066fb057 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Thu, 30 Nov 2000 18:06:31 +0000 Subject: [PATCH] . --- Config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Config b/Config index 45b80b495..384c83285 100755 --- a/Config +++ b/Config @@ -535,7 +535,7 @@ else cd ../.. fi -if [ -r /usr/include/openssl/ssl.h -r /usr/local/ssl/include/openssl/ssl.h ] ; then +if [ -r /usr/include/openssl/ssl.h ] ; then echo $n "...Looking where you got the openssl binary...$c" if [ -r /bin/openssl ] ; then OPENSSLPATH=/bin/openssl @@ -557,7 +557,7 @@ if [ -r /usr/include/openssl/ssl.h -r /usr/local/ssl/include/openssl/ssl.h ] ; OPENSSLPATH=/bin/false OPENSSLPATH=/bin/false fi -fi +else if [ -r /usr/local/ssl/include/openssl/ssl.h ] ; then echo $n "...Looking where you got the openssl binary...$c" if [ -r /bin/openssl ] ; then @@ -581,9 +581,7 @@ if [ -r /usr/local/ssl/include/openssl/ssl.h ] ; then OPENSSLPATH=/bin/false fi fi - fi -echo #