From 98074f2b4e6e2c8858c7c6bd7605208e60993cb1 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 31 Jan 2009 20:56:17 +0000 Subject: HAVE_LRINT and friends should be defined to 0/1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28404 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4ff74eb382..0d24b51b5d 100755 --- a/configure +++ b/configure @@ -2839,7 +2839,7 @@ if eval test "x\$_$func" = "xyes"; then 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 -- cgit v1.2.3