Changeset 1830

Show
Ignore:
Timestamp:
05/10/10 12:34:07 (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
  • trunk/libffado/SConstruct

    r1820 r1830  
    155155    context.Message( "Checking for a working C-compiler " ) 
    156156    ret = context.TryRun( """ 
    157 #include <stdlib.h> 
     157#include <stdio.h> 
    158158 
    159159int main() {