[vbox-dev] [PATCH] tools location for libcurl
Bodo
bopi at users.sourceforge.net
Mon Nov 12 02:47:29 PST 2012
===================================================================
--- a/configure.vbs (revision 43843)
+++ b/configure.vbs (working copy)
@@ -1972,6 +1972,12 @@
if (strPathCurl = "") And (strOptCurl <> "") then
if CheckForCurlSub(strOptCurl) then strPathCurl = strOptCurl
end if
+
+ ' The tools location (first).
+ if (strPathCurl = "") And (g_blnInternalFirst) Then
+ str = g_strPathDev & "/win.x86/libcurl/v7.18.0"
+ if CheckForCurlSub(str) then strPathCurl = str
+ end if
if strPathCurl = "" Then
str = Which("libcurl.lib")
This Patch is contributed under the MIT license
Regards
Bodo
More information about the vbox-dev
mailing list