mirror of https://github.com/BOINC/boinc.git
- BLD: Update confgiure.ac to require libcurl 7.17.1.
/ configure.ac svn path=/trunk/boinc/; revision=15042
This commit is contained in:
parent
8d125c646a
commit
ea2efb31b5
|
@ -3181,3 +3181,9 @@ Rom April 10 2008
|
|||
|
||||
lib/
|
||||
util.C
|
||||
|
||||
Rom April 11 2008
|
||||
- BLD: Update confgiure.ac to require libcurl 7.17.1.
|
||||
|
||||
/
|
||||
configure.ac
|
||||
|
|
|
@ -249,7 +249,7 @@ BOINC_GETSOCKOPT_TYPE
|
|||
dnl ---------- libcurl (m4/libcurl.m4) ------------------------------
|
||||
|
||||
if test "${enable_client}" = yes; then
|
||||
LIBCURL_CHECK_CONFIG([yes], [7.15.5], [haveCurl=yes], [haveCurl=no])
|
||||
LIBCURL_CHECK_CONFIG([yes], [7.17.1], [haveCurl=yes], [haveCurl=no])
|
||||
|
||||
if test "${haveCurl}" != yes; then
|
||||
AC_MSG_ERROR([
|
||||
|
|
Loading…
Reference in New Issue