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