Changeset 7395 in vbox
- Timestamp:
- Mar 10, 2008 9:59:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r7393 r7395 631 631 { 632 632 printf("found version %s", LIBXSLT_DOTTED_VERSION); 633 #if LIBXSLT_VERSION >= 101 22633 #if LIBXSLT_VERSION >= 10117 634 634 printf(", OK.\n"); 635 635 return 0; 636 636 #else 637 printf(", expected version 1.1. 22or higher\n");637 printf(", expected version 1.1.17 or higher\n"); 638 638 return 1; 639 639 #endif … … 664 664 { 665 665 printf("found version %s", LIBXSLT_DOTTED_VERSION); 666 #if LIBXSLT_VERSION >= 101 22666 #if LIBXSLT_VERSION >= 10117 667 667 printf(", OK.\n"); 668 668 return 0; 669 669 #else 670 printf(", expected version 1.1. 22or higher\n");670 printf(", expected version 1.1.17 or higher\n"); 671 671 return 1; 672 672 #endif
Note:
See TracChangeset
for help on using the changeset viewer.