1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 07:23:13 +02:00
This commit is contained in:
stskeeps
2000-11-30 18:06:31 +00:00
parent 07a6922d5c
commit 290495c0ad
+2 -4
View File
@@ -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
#