Mercurial > mplayer.hg
changeset 25469:fbb527ada079
Simplify int_fastXY_t test in configure.
author | reimar |
---|---|
date | Sat, 22 Dec 2007 15:44:57 +0000 |
parents | a77c438fedf7 |
children | e71edb23a650 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
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;