mirror of https://github.com/BOINC/boinc.git
configure: check curl only if building client
This commit is contained in:
parent
ed3283faf3
commit
2af9a36c92
|
@ -445,9 +445,9 @@ then
|
|||
fi
|
||||
|
||||
dnl ---------- libcurl (m4/libcurl.m4) ------------------------------
|
||||
dnl curl is needed for client and server
|
||||
dnl curl is needed for client
|
||||
|
||||
if [[ "x${enable_client}" = "xyes" -o "x${enable_server}" = "xyes" ]]
|
||||
if [[ "x${enable_client}" = "xyes" ]]
|
||||
then
|
||||
LIBCURL_CHECK_CONFIG([yes], [7.17.1], [haveCurl=yes], [haveCurl=no])
|
||||
|
||||
|
|
Loading…
Reference in New Issue