mirror of https://github.com/BOINC/boinc.git
BUILD: Something that works
This commit is contained in:
parent
854b224633
commit
15cbecd63e
|
@ -465,7 +465,8 @@ ERROR: could not find (recent enough) development-libs for libcurl.
|
|||
fi
|
||||
|
||||
dnl ---------- SSL (m4/check_ssl.m4)
|
||||
if [[ test "x${enable_client}" = "xyes" -o test "x${enable_server}" = "xyes" ]]; then
|
||||
if [[ "x${enable_client}" = "xyes" -o "x${enable_server}" = "xyes" ]]
|
||||
then
|
||||
CHECK_SSL
|
||||
if test "x${found_ssl}" = "xyes"; then
|
||||
BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}"
|
||||
|
|
Loading…
Reference in New Issue