VirtualBox

Changeset 6122

Show
Ignore:
Timestamp:
12/18/07 13:51:21 (1 year ago)
Author:
vboxsync
Message:

Updated libxml2 minimum version requirement to 2.6.24.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r6101 r6122  
    638638{ 
    639639  printf("found version %s", LIBXML_DOTTED_VERSION); 
    640 #if LIBXML_VERSION >= 20623 
     640#if LIBXML_VERSION >= 20624 
    641641  printf(", OK.\n"); 
    642642  return 0; 
    643643#else 
    644   printf(", expected version 2.6.23 or higher\n"); 
     644  printf(", expected version 2.6.24 or higher\n"); 
    645645  return 1; 
    646646#endif 
     
    671671{ 
    672672  printf("found version %s", LIBXML_DOTTED_VERSION); 
    673 #if LIBXML_VERSION >= 20623 
     673#if LIBXML_VERSION >= 20624 
    674674  printf(", OK.\n"); 
    675675  return 0; 
    676676#else 
    677   printf(", expected version 2.6.23 or higher\n"); 
     677  printf(", expected version 2.6.24 or higher\n"); 
    678678  return 1; 
    679679#endif 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy