Changeset 6500 in vbox
- Timestamp:
- Jan 25, 2008 8:43:50 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r6371 r6500 539 539 # 540 540 # Check for libxml2, needed by VBoxSettings 541 # 2.6.2 3 is known to NOT work, 2.6.24 is known to work (e.g. Ubuntu/Dapper)541 # 2.6.24 is known to NOT work, 2.6.26 is known to work (there is not 2.6.25 release) 542 542 # 543 543 check_libxml2() … … 560 560 { 561 561 printf("found version %s", LIBXML_DOTTED_VERSION); 562 #if LIBXML_VERSION >= 2062 4562 #if LIBXML_VERSION >= 20626 563 563 printf(", OK.\n"); 564 564 return 0; 565 565 #else 566 printf(", expected version 2.6.2 4or higher\n");566 printf(", expected version 2.6.26 or higher\n"); 567 567 return 1; 568 568 #endif … … 593 593 { 594 594 printf("found version %s", LIBXML_DOTTED_VERSION); 595 #if LIBXML_VERSION >= 2062 4595 #if LIBXML_VERSION >= 20626 596 596 printf(", OK.\n"); 597 597 return 0; 598 598 #else 599 printf(", expected version 2.6.2 4or higher\n");599 printf(", expected version 2.6.26 or higher\n"); 600 600 return 1; 601 601 #endif
Note:
See TracChangeset
for help on using the changeset viewer.