[MPlayer-cvslog] r34138 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Sep 26 18:30:23 CEST 2011
Author: diego
Date: Mon Sep 26 18:30:22 2011
New Revision: 34138
Log:
configure: do not forget to shift away arguments in cpp_condition_check()
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Sep 26 12:59:45 2011 (r34137)
+++ trunk/configure Mon Sep 26 18:30:22 2011 (r34138)
@@ -96,6 +96,7 @@ cpp_condition_check() {
#error condition not true: $2
#endif
EOF
+ shift 2
compile_check $TMPC $@
}
More information about the MPlayer-cvslog
mailing list