VirtualBox

Changeset 4891 in vbox


Ignore:
Timestamp:
Sep 19, 2007 8:04:48 AM (17 years ago)
Author:
vboxsync
Message:

configure: add LIBPTHREAD as well when testing for Qt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4889 r4891  
    974974      cat .tmp_src.cc >> $LOG
    975975      echo "using the following command line:" >> $LOG
    976       echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt" >> $LOG
    977    
    978       $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt >> $LOG 2>&1
     976      echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt $LIBPTHREAD" >> $LOG
     977      $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt $LIBPTHREAD >> $LOG 2>&1
    979978      if [ $? -eq 0 ]; then
    980979        if test_execute; then
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