BUILD: Again

This commit is contained in:
Rom Walton 2015-01-19 17:16:11 -05:00
parent 7d6f3ac872
commit a4f175bcf3
1 changed files with 1 additions and 1 deletions

View File

@ -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}"