From 09c1933aee3a2086a1e4551e4f5fbd0e17e52d0e Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Wed, 19 May 2004 20:33:05 +0000 Subject: don't fix a test that should fail (too old a52dec detection) Original commit message from CVS: don't fix a test that should fail (too old a52dec detection) --- m4/a52.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'm4/a52.m4') diff --git a/m4/a52.m4 b/m4/a52.m4 index 6f476af8..0065deeb 100644 --- a/m4/a52.m4 +++ b/m4/a52.m4 @@ -95,8 +95,7 @@ main () int main () { - a52_state_t *state; - int i = sizeof (state); + int i = sizeof (a52_state_t); if ( i ) return 0; } -- cgit