Skip to content

Commit

Permalink
BUILD: See if the OpenSSL check will even run this go around.
Browse files Browse the repository at this point in the history
  • Loading branch information
romw committed Jan 20, 2015
1 parent 6e6fc4f commit 43e53c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ ERROR: could not find (recent enough) development-libs for libcurl.
fi

dnl ---------- SSL (m4/check_ssl.m4)
if test "x${enable_client}" = xyes || test "x${enable_server}" = xyes]; then
if test "x${enable_client}" = xyes -o test "x${enable_server}" = xyes]; then
CHECK_SSL
if test "x${found_ssl}" = "xyes"; then
BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}"
Expand Down

0 comments on commit 43e53c9

Please sign in to comment.