SConfigure: fixed CheckTempBufferStrategy test
tho [Thu, 31 Mar 2011 14:04:22 +0000 (14:04 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1776 270642c3-0616-0410-b53a-bc976706d245

SConfigure

index ebf2ae6..a279710 100644 (file)
@@ -38,7 +38,7 @@ def CheckTempBufferStrategy(context):
 
       # alloca
       ret = context.TryCompile("#include <alloca.h>\n"
-                               "void test(int a){void *b(alloca(a));}"
+                               "void test(int a){void *b(alloca(a));}",
                                ".cc")
       if ret: return "alloca"