X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConfigure;h=a279710719e98ad56c6353d9e1d518346f9984b8;hb=0c4aa6222dcd843bd55335c026c9f1efcb8d7f99;hp=ebf2ae6bc6e9214c391cebdbea37f00d27248727;hpb=7a19a9f9feeae78a2abd1c0911103e058309add0;p=senf.git diff --git a/SConfigure b/SConfigure index ebf2ae6..a279710 100644 --- a/SConfigure +++ b/SConfigure @@ -38,7 +38,7 @@ def CheckTempBufferStrategy(context): # alloca ret = context.TryCompile("#include \n" - "void test(int a){void *b(alloca(a));}" + "void test(int a){void *b(alloca(a));}", ".cc") if ret: return "alloca"