From 7d6f3ac872d3eaadd27b1c9673c5e5bbf3b019a8 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 19 Jan 2015 17:13:24 -0500 Subject: [PATCH] BUILD: Trying again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dc4fda6e65..4f35fac9d2 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 "${enable_client}" = yes; || test "${enable_server}" = yes;] then +if [["${enable_client}" = yes || "${enable_server}" = yes]] then CHECK_SSL if test "${found_ssl}" = "yes"; then BOINC_EXTRA_LIBS="${BOINC_EXTRA_LIBS} ${SSL_LIBS}"