VirtualBox

Changeset 7395 in vbox


Ignore:
Timestamp:
Mar 10, 2008 9:59:13 AM (17 years ago)
Author:
vboxsync
Message:

configure: actually check against 1.1.17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r7393 r7395  
    631631{
    632632  printf("found version %s", LIBXSLT_DOTTED_VERSION);
    633 #if LIBXSLT_VERSION >= 10122
     633#if LIBXSLT_VERSION >= 10117
    634634  printf(", OK.\n");
    635635  return 0;
    636636#else
    637   printf(", expected version 1.1.22 or higher\n");
     637  printf(", expected version 1.1.17 or higher\n");
    638638  return 1;
    639639#endif
     
    664664{
    665665  printf("found version %s", LIBXSLT_DOTTED_VERSION);
    666 #if LIBXSLT_VERSION >= 10122
     666#if LIBXSLT_VERSION >= 10117
    667667  printf(", OK.\n");
    668668  return 0;
    669669#else
    670   printf(", expected version 1.1.22 or higher\n");
     670  printf(", expected version 1.1.17 or higher\n");
    671671  return 1;
    672672#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