BUILD: Give it another try

This commit is contained in:
Rom Walton 2015-01-20 08:44:17 -05:00
parent 43e53c9042
commit 54408263e0
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 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 CHECK_SSL
if test "x${found_ssl}" = "xyes"; then if test "x${found_ssl}" = "xyes"; then
BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}" BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}"