[sword-svn] r1735 - trunk/src/mgr

dglassey at crosswire.org dglassey at crosswire.org
Fri Mar 4 10:35:53 MST 2005


Author: dglassey
Date: 2005-03-04 10:35:52 -0700 (Fri, 04 Mar 2005)
New Revision: 1735

Modified:
   trunk/src/mgr/curlftpt.cpp
Log:
according to http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
the EPRT disabling option was added in 7.10.5 so check for it



Modified: trunk/src/mgr/curlftpt.cpp
===================================================================
--- trunk/src/mgr/curlftpt.cpp	2005-03-04 14:05:31 UTC (rev 1734)
+++ trunk/src/mgr/curlftpt.cpp	2005-03-04 17:35:52 UTC (rev 1735)
@@ -99,7 +99,7 @@
 
 #if (LIBCURL_VERSION_MAJOR > 7) || \
    ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR > 10)) || \
-   ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 10) && (LIBCURL_VERSION_PATCH >= 6))
+   ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 10) && (LIBCURL_VERSION_PATCH >= 5))
 #      define EPRT_AVAILABLE 1
 #endif
 



More information about the sword-cvs mailing list