From a4f175bcf3e78d451cb307425576f9348d56bf93 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 19 Jan 2015 17:16:11 -0500 Subject: [PATCH] BUILD: Again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f35fac9d2..96937d79eb 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 [["${enable_client}" = yes || "${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}"