# HG changeset patch # User Matti Hamalainen # Date 1405288013 -10800 # Node ID 9a73232713479b11139241353205309a6d7d4272 # Parent dd35d66c371464fe04535250367c50073de6811b Remove obsolete configuration setting. diff -r dd35d66c3714 -r 9a7323271347 Makefile.gen --- a/Makefile.gen Mon Jul 14 00:09:12 2014 +0300 +++ b/Makefile.gen Mon Jul 14 00:46:53 2014 +0300 @@ -48,15 +48,6 @@ ### Form additional compilation defines based on settings ### -# If C routines are not explicitly disabled, we enable them -ifeq ($(DM_USE_C),) -DM_USE_C=yes -endif - -ifeq ($(DM_USE_C),yes) -DM_CFLAGS+=-DDM_USE_C -endif - # Enable SIMD routines, if requested ifeq ($(DM_USE_SIMD),yes) DM_CFLAGS+=-DDM_USE_SIMD -msse2 diff -r dd35d66c3714 -r 9a7323271347 config.mak.in --- a/config.mak.in Mon Jul 14 00:09:12 2014 +0300 +++ b/config.mak.in Mon Jul 14 00:46:53 2014 +0300 @@ -17,9 +17,6 @@ # Build with runtime asserts? DM_USE_ASSERTS=yes -# Use plain C routines? -DM_USE_C=yes - # Use MMX/SSE SIMD assembler routines? DM_USE_SIMD=yes