comparison configure @ 28369:c044bbec972b

HAVE_LRINT and friends should be defined to 0/1.
author diego
date Sat, 31 Jan 2009 20:56:17 +0000
parents e8bae856d691
children f60cabb2ff8a
comparison
equal deleted inserted replaced
28368:c616bf5d520b 28369:c044bbec972b
2837 cc_check -D_ISOC99_SOURCE $_ld_lm && eval _$func=yes 2837 cc_check -D_ISOC99_SOURCE $_ld_lm && eval _$func=yes
2838 if eval test "x\$_$func" = "xyes"; then 2838 if eval test "x\$_$func" = "xyes"; then
2839 eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 1\"" 2839 eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 1\""
2840 echores yes 2840 echores yes
2841 else 2841 else
2842 eval _def_$func="\"#undef HAVE_`echo $func | tr '[a-z]' '[A-Z]'`\"" 2842 eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 0\""
2843 echores no 2843 echores no
2844 fi 2844 fi
2845 done 2845 done
2846 2846
2847 2847