# HG changeset patch # User Matti Hamalainen # Date 1416674712 -7200 # Node ID 55a3d6db20ac8e4231260ebe83e48c3f81fa52d4 # Parent e7019bd83cca515f768fa98bb97209891b194404 Oops, "DM_USE_C" was missing here. diff -r e7019bd83cca -r 55a3d6db20ac config.mak.in --- a/config.mak.in Fri Nov 21 17:37:25 2014 +0200 +++ b/config.mak.in Sat Nov 22 18:45:12 2014 +0200 @@ -17,7 +17,10 @@ # Build with runtime asserts? DM_USE_ASSERTS=yes -# Use MMX/SSE SIMD assembler routines? +# Include plain C routines? +DM_USE_C=yes + +# Include/use MMX/SSE SIMD assembler routines? DM_USE_SIMD=yes