Mercurial > mplayer.hg
diff configure @ 25469:fbb527ada079
Simplify int_fastXY_t test in configure.
author | reimar |
---|---|
date | Sat, 22 Dec 2007 15:44:57 +0000 |
parents | 9ee347c404c9 |
children | a5dd78186fdc |
line wrap: on
line diff
--- a/configure Sat Dec 22 14:55:26 2007 +0000 +++ b/configure Sat Dec 22 15:44:57 2007 +0000 @@ -2930,10 +2930,7 @@ 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;