# HG changeset patch # User reimar # Date 1198338297 0 # Node ID fbb527ada0793c1c3f29f60bfefa47fa0c1750b0 # Parent a77c438fedf7fde7887f67af91d1f63f868c9ef0 Simplify int_fastXY_t test in configure. diff -r a77c438fedf7 -r fbb527ada079 configure --- 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;