- Timestamp:
- Jun 4, 2007 2:09:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r3027 r3028 444 444 } 445 445 ' > .tmp_src.cc 446 if test_compile "$LIBXALAN $ {INCXALAN:+-I$INCXALAN}" xalan xalanc; then446 if test_compile "$LIBXALAN $LIBPTHREAD ${INCXALAN:+-I$INCXALAN}" xalan xalanc; then 447 447 if test_execute; then 448 448 cnf_append "SDK_VBOX_XALAN_LIBS" "`echo $LIBXALAN|sed 's+-l++g'`" … … 479 479 } 480 480 ' > .tmp_src.cc 481 if test_compile "$LIBXERCES $ {INCXERCES:+-I$INCXERCES}" xerces xercesc; then481 if test_compile "$LIBXERCES $LIBPTHREAD ${INCXERCES:+-I$INCXERCES}" xerces xercesc; then 482 482 if test_execute; then 483 483 cnf_append "SDK_VBOX_XERCES_LIBS" "`echo $LIBXERCES|sed 's+-l++g'`" … … 1250 1250 1251 1251 # the libraries 1252 [ "$OS" != "darwin" ] && check_pthread 1252 1253 (($WITH_XPCOM==1)) && check_xalan 1253 1254 (($WITH_XPCOM==1)) && check_xerces 1254 1255 (($WITH_LIBIDL==1)) && check_libidl 1255 1256 (($OSE==0)) && check_ssl 1256 [ "$OS" != "darwin" ] && check_pthread1257 1257 [ "$OS" != "darwin" ] && check_z 1258 1258 (($OSE==0)) && check_png
Note:
See TracChangeset
for help on using the changeset viewer.