mirror of https://github.com/BOINC/boinc.git
BUILD: Give it another try
This commit is contained in:
parent
43e53c9042
commit
54408263e0
|
@ -465,7 +465,7 @@ 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 ( test "x${enable_client}" = xyes ) -o ( test "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