[MPlayer-cvslog] r32311 - trunk/configure

diego subversion at mplayerhq.hu
Sun Sep 19 23:18:45 CEST 2010


Author: diego
Date: Sun Sep 19 23:18:45 2010
New Revision: 32311

Log:
1000l: Fix shift amount in function_check_broken().

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Sep 18 21:13:03 2010	(r32310)
+++ trunk/configure	Sun Sep 19 23:18:45 2010	(r32311)
@@ -135,8 +135,7 @@ function_check_broken() {
 #include <$2>
 int main(void) { $3; return 0; }
 EOF
-  shift
-  shift
+  shift 3
   compile_check $TMPC $@
 }
 


More information about the MPlayer-cvslog mailing list