# HG changeset patch # User diego # Date 1317054622 0 # Node ID e94b4b7a09fed76170ff2975ba17e1134b484c25 # Parent 369cc91a43a0138cd1520bcba5e6a72b5f5464bd configure: do not forget to shift away arguments in cpp_condition_check() diff -r 369cc91a43a0 -r e94b4b7a09fe configure --- a/configure Mon Sep 26 10:59:45 2011 +0000 +++ b/configure Mon Sep 26 16:30:22 2011 +0000 @@ -96,6 +96,7 @@ #error condition not true: $2 #endif EOF + shift 2 compile_check $TMPC $@ }