Skip to content

Commit a3dbe48

Browse files
committed
---
yaml --- r: 277300 b: refs/heads/try c: b22c8ec h: refs/heads/master
1 parent 32695fc commit a3dbe48

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: a264f5b7e8df34c4bf7f10d0c6c7f9ab805ee672
4+
refs/heads/try: b22c8ec5c74e75cf579aad50e3948e8c01f9d343
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/configure

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ fi
585585
BOOL_OPTIONS=""
586586
VAL_OPTIONS=""
587587

588+
opt option-checking 1 "complain about unrecognized options"
588589
opt debug 0 "debug mode; disables optimization unless \`--enable-optimize\` given"
589590
opt valgrind 0 "run tests with valgrind (memcheck by default)"
590591
opt helgrind 0 "run tests with helgrind instead of memcheck"
@@ -674,8 +675,11 @@ then
674675
fi
675676

676677
# Validate Options
677-
step_msg "validating $CFG_SELF args"
678-
validate_opt
678+
if [ -z "$CFG_DISABLE_OPTION_CHECKING" ]
679+
then
680+
step_msg "validating $CFG_SELF args"
681+
validate_opt
682+
fi
679683

680684
# Validate the release channel, and configure options
681685
case "$CFG_RELEASE_CHANNEL" in

0 commit comments

Comments
 (0)