VirtualBox

Changeset 43741 in vbox for trunk/configure


Ignore:
Timestamp:
Oct 25, 2012 2:48:47 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81645
Message:

configure: cURL 7.19.1 or higher required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r43735 r43741  
    989989{
    990990  printf("found version %s", LIBCURL_VERSION);
    991 #if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71601
     991#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71901
    992992  printf(", OK.\n");
    993993  return 0;
    994994#else
    995   printf(", expected version 7.16.1 or higher\n");
     995  printf(", expected version 7.19.1 or higher\n");
    996996  return 1;
    997997#endif
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