[MPlayer-cvslog] r25497 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Dec 22 16:44:57 CET 2007


Author: reimar
Date: Sat Dec 22 16:44:57 2007
New Revision: 25497

Log:
Simplify int_fastXY_t test in configure.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Dec 22 16:44:57 2007
@@ -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;



More information about the MPlayer-cvslog mailing list