Mercurial > mplayer.hg
changeset 28369:c044bbec972b
HAVE_LRINT and friends should be defined to 0/1.
author | diego |
---|---|
date | Sat, 31 Jan 2009 20:56:17 +0000 |
parents | c616bf5d520b |
children | f60cabb2ff8a |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 31 01:09:49 2009 +0000 +++ b/configure Sat Jan 31 20:56:17 2009 +0000 @@ -2839,7 +2839,7 @@ eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 1\"" echores yes else - eval _def_$func="\"#undef HAVE_`echo $func | tr '[a-z]' '[A-Z]'`\"" + eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 0\"" echores no fi done