VirtualBox

Changeset 6500

Show
Ignore:
Timestamp:
01/25/08 09:43:50 (10 months ago)
Author:
vboxsync
Message:

libxml2: version 2.6.24 is known to not work, 2.6.26 is known to work (there is no 2.6.25 release)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r6371 r6500  
    539539# 
    540540# Check for libxml2, needed by VBoxSettings 
    541 # 2.6.23 is known to NOT work, 2.6.24 is known to work (e.g. Ubuntu/Dapper
     541# 2.6.24 is known to NOT work, 2.6.26 is known to work (there is not 2.6.25 release
    542542# 
    543543check_libxml2() 
     
    560560{ 
    561561  printf("found version %s", LIBXML_DOTTED_VERSION); 
    562 #if LIBXML_VERSION >= 20624 
     562#if LIBXML_VERSION >= 20626 
    563563  printf(", OK.\n"); 
    564564  return 0; 
    565565#else 
    566   printf(", expected version 2.6.24 or higher\n"); 
     566  printf(", expected version 2.6.26 or higher\n"); 
    567567  return 1; 
    568568#endif 
     
    593593{ 
    594594  printf("found version %s", LIBXML_DOTTED_VERSION); 
    595 #if LIBXML_VERSION >= 20624 
     595#if LIBXML_VERSION >= 20626 
    596596  printf(", OK.\n"); 
    597597  return 0; 
    598598#else 
    599   printf(", expected version 2.6.24 or higher\n"); 
     599  printf(", expected version 2.6.26 or higher\n"); 
    600600  return 1; 
    601601#endif 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy