changeset 32227:bc13646041dd

1000l: Fix shift amount in function_check_broken().
author diego
date Sun, 19 Sep 2010 21:18:45 +0000
parents 808e9d7eef5d
children 2322028e1b45
files configure
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Sep 18 19:13:03 2010 +0000
+++ b/configure	Sun Sep 19 21:18:45 2010 +0000
@@ -135,8 +135,7 @@
 #include <$2>
 int main(void) { $3; return 0; }
 EOF
-  shift
-  shift
+  shift 3
   compile_check $TMPC $@
 }