mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 07:23:13 +02:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user