VirtualBox

Changeset 20258 in vbox


Ignore:
Timestamp:
Jun 4, 2009 10:05:48 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48126
Message:

configure.vbs: libcurl fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r20248 r20258  
    18431843
    18441844   if strPathCurl = "" Then
    1845       str = Which("ssleay32.lib")
     1845      str = Which("libcurl.lib")
    18461846      if str <> "" Then
    18471847         str = PathParent(PathStripFilename(str))
     
    18691869   strPathCurl = UnixSlashes(PathAbs(strPathCurl))
    18701870   CfgPrint "SDK_VBOX_LIBCURL_INCS := " & strPathCurl & "/include"
    1871    CfgPrint "SDK_VBOX_LIBCURL_LIBS := " & strPathCurl & "/libcurl_imp.lib"
     1871   CfgPrint "SDK_VBOX_LIBCURL_LIBS := " & strPathCurl & "/libcurl.lib"
    18721872
    18731873   PrintResult "libcurl", strPathCurl
     
    18811881   LogPrint "trying: strPathCurl=" & strPathCurl
    18821882   if   LogFileExists(strPathCurl, "include/curl/curl.h") _
    1883     And LogFindFile(strPathCurl, "curllib.dll") <> "" _
    1884     And LogFindFile(strPathCurl, "libcurl_imp.lib") <> "" _
     1883    And LogFindFile(strPathCurl, "libcurl.dll") <> "" _
     1884    And LogFindFile(strPathCurl, "libcurl.lib") <> "" _
    18851885      then
    18861886         CheckForCurlSub = True
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette