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 #