BUILD: Something that works

This commit is contained in:
Rom Walton 2015-01-20 09:23:47 -05:00
parent 854b224633
commit 15cbecd63e
1 changed files with 2 additions and 1 deletions

View File

@ -465,7 +465,8 @@ 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 [[ "x${enable_client}" = "xyes" -o "x${enable_server}" = "xyes" ]]
then
CHECK_SSL
if test "x${found_ssl}" = "xyes"; then
BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}"