VirtualBox

Changeset 4783 in vbox


Ignore:
Timestamp:
Sep 14, 2007 8:24:36 AM (17 years ago)
Author:
vboxsync
Message:

allow to override xalan/xerces include directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4782 r4783  
    11671167  --with-qt-dir=DIR       directory for QT headers/libraries [$QTDIR]
    11681168  --with-xalan=LIB        location of the xalan library [$LIBXALAN]
     1169  --with-xalan-inc=DIR    location of the xalan headers [$INCXALAN]
    11691170  --with-xerces=LIB       location of the xerces library [$LIBXERCES]
     1171  --with-xerces-inc=DIR   location of the xerces headers [$INCXERCES]
    11701172
    11711173Build type:
     
    12181220      LIBXALAN=`echo $option | cut -d'=' -f2`
    12191221      ;;
     1222    --with-xalan-inc=*)
     1223      INCXALAN=`echo $option | cut -d'=' -f2`
     1224      ;;
    12201225    --with-xerces=*)
    12211226      LIBXERCES=`echo $option | cut -d'=' -f2`
     1227      ;;
     1228    --with-xserces-inc=*)
     1229      INCXERCES=`echo $option | cut -d'=' -f2`
    12221230      ;;
    12231231    --disable-xpcom)
Note: See TracChangeset for help on using the changeset viewer.

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