VirtualBox

Changeset 17351 in vbox


Ignore:
Timestamp:
Mar 4, 2009 4:09:54 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43742
Message:

configure.vbs: Don't check for libxml2 and libxslt by default as these are part of OSE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r17331 r17351  
    18761876   blnOptVCExpressEdition = False
    18771877   strOptW32API = ""
    1878    blnOptXml2 = ""
    1879    blnOptXslt = ""
     1878   strOptXml2 = ""
     1879   strOptXslt = ""
    18801880   blnOptDisableCOM = False
    18811881   for i = 1 to Wscript.Arguments.Count
     
    19731973   CheckForMingW strOptMingw, strOptW32API
    19741974   CheckForlibSDL strOptlibSDL
    1975    CheckForXml2 strOptXml2
    1976    CheckForXslt strOptXslt
     1975   ' Don't check for these libraries by default as they are part of OSE
     1976   ' Using external libs can add a dependency to iconv
     1977   if (strOptXml2 >> "") then
     1978      CheckForXml2 strOptXml2
     1979   end if
     1980   if (strOptXslt <> "") then
     1981      CheckForXslt strOptXslt
     1982   end if
    19771983   CheckForQt4 strOptQt4
    19781984   if g_blnInternalMode then
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