Fixed logical or in test.

This commit is contained in:
Eric J Korpela 2015-01-19 14:24:47 -08:00
parent a4f175bcf3
commit d805bfe2a3
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
dnl ---------- SSL (m4/check_ssl.m4)
if [["${enable_client}" = yes || "${enable_server}" = yes]]; then
if [["${enable_client}" = yes -o "${enable_server}" = yes]]; then
CHECK_SSL
if test "${found_ssl}" = "yes"; then
BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}"