Changeset 43741 in vbox for trunk/configure
- Timestamp:
- Oct 25, 2012 2:48:47 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81645
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r43735 r43741 989 989 { 990 990 printf("found version %s", LIBCURL_VERSION); 991 #if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71 601991 #if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71901 992 992 printf(", OK.\n"); 993 993 return 0; 994 994 #else 995 printf(", expected version 7.1 6.1 or higher\n");995 printf(", expected version 7.19.1 or higher\n"); 996 996 return 1; 997 997 #endif
Note:
See TracChangeset
for help on using the changeset viewer.