changeset 842:9a7323271347

Remove obsolete configuration setting.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Jul 2014 00:46:53 +0300
parents dd35d66c3714
children 68453f04964d
files Makefile.gen config.mak.in
diffstat 2 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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