Changeset 714:d5e269760276 in roaraudio


Ignore:
Timestamp:
08/29/08 02:15:49 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

reorderd things to let sys specifc workarounds take effect while testing for libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r713 r714  
    6969 
    7070 
    71 CCTF="$CC $LDPATH $INCPATH -o $TF_E $TF_C" 
     71CCTF="false" 
    7272 
    7373test_lib () { 
     
    147147exec 3> config.h 4> Makefile.conf 
    148148 
    149 # now write the cc name to Makefile.conf 
    150 echo "CC=$CC" >&4 
    151 echo "LDPATH=$LDPATH" >&4 
    152 echo "INCPATH=$INCPATH" >&4 
    153  
    154149if [ "$SYSNAME" = 'Darwin' ] 
    155150then 
     
    163158fi 
    164159 
     160# now write the cc name to Makefile.conf 
    165161echo "SHARED=$SHARED" >&4 
     162echo "CC=$CC" >&4 
     163echo "LDPATH=$LDPATH" >&4 
     164echo "INCPATH=$INCPATH" >&4 
     165 
     166CCTF="$CC $LDPATH $INCPATH -o $TF_E $TF_C" 
    166167 
    167168cat >&3 << EOF 
Note: See TracChangeset for help on using the changeset viewer.