From 54408263e050e0c1f18dc64e3a5df15c7b2df6e4 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 20 Jan 2015 08:44:17 -0500 Subject: [PATCH] BUILD: Give it another try --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 44608bff26..863943a23d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -o 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}"