diff Makefile.gen @ 842:9a7323271347

Remove obsolete configuration setting.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Jul 2014 00:46:53 +0300
parents dd35d66c3714
children 5ea0bf4379b1
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