mirror of https://github.com/BOINC/boinc.git
BUILD: Trying again
This commit is contained in:
parent
373d71eaeb
commit
7d6f3ac872
|
@ -465,7 +465,7 @@ ERROR: could not find (recent enough) development-libs for libcurl.
|
|||
fi
|
||||
|
||||
dnl ---------- SSL (m4/check_ssl.m4)
|
||||
if [test "${enable_client}" = yes; || test "${enable_server}" = yes;] then
|
||||
if [["${enable_client}" = yes || "${enable_server}" = yes]] then
|
||||
CHECK_SSL
|
||||
if test "${found_ssl}" = "yes"; then
|
||||
BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}"
|
||||
|
|
Loading…
Reference in New Issue