mirror of https://github.com/BOINC/boinc.git
Merge pull request #4106 from truboxl/patch-2
Add check for libcurl when building for server
This commit is contained in:
commit
8cc31dd587
|
@ -451,7 +451,7 @@ AS_IF([test "x${enable_client}" = "xyes" -o "x${enable_server}" = "xyes"],
|
||||||
dnl ---------- libcurl (m4/libcurl.m4) ------------------------------
|
dnl ---------- libcurl (m4/libcurl.m4) ------------------------------
|
||||||
dnl curl is needed for client
|
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])
|
LIBCURL_CHECK_CONFIG([yes], [7.17.1], [haveCurl=yes], [haveCurl=no])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue