From: tho Date: Thu, 31 Mar 2011 14:04:22 +0000 (+0000) Subject: SConfigure: fixed CheckTempBufferStrategy test X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=0c4aa6222dcd843bd55335c026c9f1efcb8d7f99 SConfigure: fixed CheckTempBufferStrategy test git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1776 270642c3-0616-0410-b53a-bc976706d245 --- 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"