VirtualBox

Changeset 23336 in vbox


Ignore:
Timestamp:
Sep 25, 2009 3:03:45 PM (15 years ago)
Author:
vboxsync
Message:

configure: libcurl dependency is actually >= 7.17.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r23320 r23336  
    943943{
    944944  printf("found version %s", LIBCURL_VERSION);
    945 #if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR >= 71500
     945#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR >= 71700
    946946  printf(", OK.\n");
    947947  return 0;
    948948#else
    949   printf(", expected version 7.15.0 or higher\n");
     949  printf(", expected version 7.17.0 or higher\n");
    950950  return 1;
    951951#endif
Note: See TracChangeset for help on using the changeset viewer.

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