VirtualBox

Changeset 6122 in vbox


Ignore:
Timestamp:
Dec 18, 2007 12:51:21 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26849
Message:

Updated libxml2 minimum version requirement to 2.6.24.

File:
1 edited

Legend:

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