VirtualBox

Changeset 7395

Show
Ignore:
Timestamp:
03/10/08 10:59:13 (9 months ago)
Author:
vboxsync
Message:

configure: actually check against 1.1.17

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy