Simplify int_fastXY_t test in configure.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25497 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-12-22 15:44:57 +00:00
parent 28beb7c155
commit 4a6fb09a63
1 changed files with 1 additions and 4 deletions

5
configure vendored
View File

@ -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;