Changeset 6122 in vbox
- Timestamp:
- Dec 18, 2007 12:51:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26849
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r6101 r6122 638 638 { 639 639 printf("found version %s", LIBXML_DOTTED_VERSION); 640 #if LIBXML_VERSION >= 2062 3640 #if LIBXML_VERSION >= 20624 641 641 printf(", OK.\n"); 642 642 return 0; 643 643 #else 644 printf(", expected version 2.6.2 3or higher\n");644 printf(", expected version 2.6.24 or higher\n"); 645 645 return 1; 646 646 #endif … … 671 671 { 672 672 printf("found version %s", LIBXML_DOTTED_VERSION); 673 #if LIBXML_VERSION >= 2062 3673 #if LIBXML_VERSION >= 20624 674 674 printf(", OK.\n"); 675 675 return 0; 676 676 #else 677 printf(", expected version 2.6.2 3or higher\n");677 printf(", expected version 2.6.24 or higher\n"); 678 678 return 1; 679 679 #endif
Note:
See TracChangeset
for help on using the changeset viewer.