Changeset 1829

Show
Ignore:
Timestamp:
05/10/10 12:32:37 (2 years ago)
Author:
arnonym
Message:

Fix the check for the c-compiler. The old one produced a warning actually...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/SConstruct

    r1826 r1829  
    149149        context.Message( "Checking for a working C-compiler " ) 
    150150        ret = context.TryRun( """ 
    151 #include <stdlib.h> 
     151#include <stdio.h> 
    152152 
    153153int main() {