- BLD: Update confgiure.ac to require libcurl 7.17.1.

/
        configure.ac

svn path=/trunk/boinc/; revision=15042
This commit is contained in:
Rom Walton 2008-04-11 16:21:02 +00:00
parent 8d125c646a
commit ea2efb31b5
2 changed files with 7 additions and 1 deletions

View File

@ -3181,3 +3181,9 @@ Rom April 10 2008
lib/ lib/
util.C util.C
Rom April 11 2008
- BLD: Update confgiure.ac to require libcurl 7.17.1.
/
configure.ac

View File

@ -249,7 +249,7 @@ BOINC_GETSOCKOPT_TYPE
dnl ---------- libcurl (m4/libcurl.m4) ------------------------------ dnl ---------- libcurl (m4/libcurl.m4) ------------------------------
if test "${enable_client}" = yes; then 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 if test "${haveCurl}" != yes; then
AC_MSG_ERROR([ AC_MSG_ERROR([