VirtualBox

Changeset 3028 in vbox for trunk


Ignore:
Timestamp:
Jun 4, 2007 2:09:23 PM (18 years ago)
Author:
vboxsync
Message:

use -lpthread together with -lxalan and -lxerces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r3027 r3028  
    444444}
    445445' > .tmp_src.cc
    446     if test_compile "$LIBXALAN ${INCXALAN:+-I$INCXALAN}" xalan xalanc; then
     446    if test_compile "$LIBXALAN $LIBPTHREAD ${INCXALAN:+-I$INCXALAN}" xalan xalanc; then
    447447      if test_execute; then
    448448        cnf_append "SDK_VBOX_XALAN_LIBS" "`echo $LIBXALAN|sed 's+-l++g'`"
     
    479479}
    480480' > .tmp_src.cc
    481     if test_compile "$LIBXERCES ${INCXERCES:+-I$INCXERCES}" xerces xercesc; then
     481    if test_compile "$LIBXERCES $LIBPTHREAD ${INCXERCES:+-I$INCXERCES}" xerces xercesc; then
    482482      if test_execute; then
    483483        cnf_append "SDK_VBOX_XERCES_LIBS" "`echo $LIBXERCES|sed 's+-l++g'`"
     
    12501250
    12511251# the libraries
     1252[ "$OS" != "darwin" ] && check_pthread
    12521253(($WITH_XPCOM==1))    && check_xalan
    12531254(($WITH_XPCOM==1))    && check_xerces
    12541255(($WITH_LIBIDL==1))   && check_libidl
    12551256(($OSE==0))           && check_ssl
    1256 [ "$OS" != "darwin" ] && check_pthread
    12571257[ "$OS" != "darwin" ] && check_z
    12581258(($OSE==0)) && check_png
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