From 4a6fb09a63ebc3810d49166d3f8da84536e0d1c8 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 22 Dec 2007 15:44:57 +0000 Subject: Simplify int_fastXY_t test in configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25497 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d8546a96f9..991fb6be75 100755 --- a/configure +++ b/configure @@ -2930,10 +2930,7 @@ return v; } EOF _fast_inttypes=no cc_check && _fast_inttypes=yes -if test "$_fast_inttypes" = yes ; then - # nothing to do - : -else +if test "$_fast_inttypes" = no ; then _def_fast_inttypes=' typedef signed char int_fast8_t; typedef signed int int_fast16_t; -- cgit v1.2.3