===================================================================
--- 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


_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to