VirtualBox

Changeset 4902 in vbox


Ignore:
Timestamp:
Sep 19, 2007 2:05:35 PM (17 years ago)
Author:
vboxsync
Message:

add /usr/local to the default search path of xalan and xerces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4891 r4902  
    4646GENISOIMAGE="genisoimage"
    4747MKISOFS="mkisofs"
    48 INCXALAN=""
     48INCXALAN="/usr/local/include"
    4949LIBXALAN="-lxalan-c"
    50 INCXERCES=""
     50LIBXALAN_DIR="/usr/local/lib"
     51INCXERCES="/usr/local/include"
    5152LIBXERCES="-lxerces-c"
     53LIBXERCES_DIR="/usr/local/lib"
    5254LIBCRYPTO="-lcrypto"
    5355LIBPTHREAD="-lpthread"
     
    11721174  --with-xalan=LIB         location of the xalan library [$LIBXALAN]
    11731175  --with-xalan-incdir=DIR  location of the xalan headers [/usr/include]
    1174   --with-xalan-libdir=DIR  location of the xalan library [/usr/lib]
     1176  --with-xalan-libdir=DIR  location of the xalan library [/usr/lib /usr/local/lib]
    11751177  --with-xerces=LIB        location of the xerces library [$LIBXERCES]
    1176   --with-xerces-incdir=DIR location of the xerces headers [/usr/include]
     1178  --with-xerces-incdir=DIR location of the xerces headers [/usr/include /usr/local/include]
    11771179  --with-xerces-libdir=DIR location of the xerces library [/usr/lib]
    11781180
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