Changeset 1383:242c218fb86d in roaraudio


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

*int64 test broken for win32 target, assume there is a *int64_t, let's pray ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1382 r1383  
    775775 
    776776echo -n 'checking for 64 bit types... ' 
     777f $TARGET_WIN32 
     778then 
     779 echo 'int64_t, uint64_t (win32 build)' 
     780 echo '#define ROAR_NATIVE_INT64  int64_t'  >&3 
     781 echo '#define ROAR_NATIVE_UINT64 uint64_t' >&3 
     782else 
    777783cat > $TF_C << EOF 
    778784#include <stdio.h> 
     
    801807} 
    802808EOF 
    803 if $CCTF 2> /dev/null; 
    804 then 
    805  $EXEC_HELPER $TF_E >&3 
    806 else 
    807  echo 'error, can not compile' 
    808  exit 1 
     809 if $CCTF 2> /dev/null; 
     810 then 
     811  $EXEC_HELPER $TF_E >&3 
     812 else 
     813  echo 'error, can not compile' 
     814  exit 1 
     815 fi 
    809816fi 
    810817 
Note: See TracChangeset for help on using the changeset viewer.