Changeset 1381:8e0a4359fc9f in roaraudio


Ignore:
Timestamp:
03/25/09 14:03:27 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

no need to set LP64 on win32, test breaks config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1377 r1381  
    744744 
    745745echo -n 'checking for __LP64__... ' 
     746if $TARGET_WIN32 
     747 echo 'need to set (win32 build)' 
     748then 
     749else 
    746750cat > $TF_C << EOF 
    747751#include <stdio.h> 
     
    761765} 
    762766EOF 
    763 if $CCTF 2> /dev/null; 
    764 then 
    765  $EXEC_HELPER $TF_E >&3 
    766 else 
    767  echo 'error, can not compile' 
    768  exit 1 
     767 if $CCTF 2> /dev/null; 
     768 then 
     769  $EXEC_HELPER $TF_E >&3 
     770 else 
     771  echo 'error, can not compile' 
     772  exit 1 
     773 fi 
    769774fi 
    770775 
Note: See TracChangeset for help on using the changeset viewer.