VirtualBox

Changeset 6500 in vbox


Ignore:
Timestamp:
Jan 25, 2008 8:43:50 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27507
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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette