changeset 34050:e94b4b7a09fe

configure: do not forget to shift away arguments in cpp_condition_check()
author diego
date Mon, 26 Sep 2011 16:30:22 +0000
parents 369cc91a43a0
children 1be07d02d453
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 $@
 }