comparison configure @ 29114:06540eb5ef6a

Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
author ramiro
date Wed, 08 Apr 2009 20:21:21 +0000
parents 04c935239657
children b8afbb8afe61
comparison
equal deleted inserted replaced
29113:239a06704f60 29114:06540eb5ef6a
2806 echores "$_sighandler" 2806 echores "$_sighandler"
2807 2807
2808 echocheck "runtime cpudetection" 2808 echocheck "runtime cpudetection"
2809 if test "$_runtime_cpudetection" = yes ; then 2809 if test "$_runtime_cpudetection" = yes ; then
2810 _optimizing="Runtime CPU-Detection enabled" 2810 _optimizing="Runtime CPU-Detection enabled"
2811 def_runtime_cpudetection='#define RUNTIME_CPUDETECT 1' 2811 def_runtime_cpudetection='#define CONFIG_RUNTIME_CPUDETECT 1'
2812 else 2812 else
2813 def_runtime_cpudetection='#undef RUNTIME_CPUDETECT' 2813 def_runtime_cpudetection='#define CONFIG_RUNTIME_CPUDETECT 0'
2814 fi 2814 fi
2815 echores "$_runtime_cpudetection" 2815 echores "$_runtime_cpudetection"
2816 2816
2817 2817
2818 echocheck "restrict keyword" 2818 echocheck "restrict keyword"