From 0d86a0f652c5a131961d580e2704b1a74478fc7b Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Feb 2009 14:00:50 +0000 Subject: HAVE_DCBZL should be a 0/1 definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28438 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 23e21109fc..bfcae67e88 100755 --- a/configure +++ b/configure @@ -2053,7 +2053,7 @@ EOF ppc|ppc64|powerpc|powerpc64) _arch='PPC' - _def_dcbzl='#undef HAVE_DCBZL' + _def_dcbzl='#define HAVE_DCBZL 0' _target_arch='ARCH_PPC = yes' _def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' iproc='ppc' -- cgit v1.2.3