mirror of https://github.com/BOINC/boinc.git
Add check for libcurl when building for server
Signed-off-by: Jia Yuan Lo <jylo06g@gmail.com>
This commit is contained in:
parent
faf272ff36
commit
defec425c4
|
@ -451,7 +451,7 @@ AS_IF([test "x${enable_client}" = "xyes" -o "x${enable_server}" = "xyes"],
|
|||
dnl ---------- libcurl (m4/libcurl.m4) ------------------------------
|
||||
dnl curl is needed for client
|
||||
|
||||
AS_IF([test "x${enable_client}" = "xyes"],
|
||||
AS_IF([test "x${enable_client}" = "xyes" -o "x${enable_server}" = "xyes"],
|
||||
[
|
||||
LIBCURL_CHECK_CONFIG([yes], [7.17.1], [haveCurl=yes], [haveCurl=no])
|
||||
|
||||
|
|
Loading…
Reference in New Issue