]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configure: Fix errors with AST_UNDEFINED_SANITIZER/AST_LEAK_SANITIZER 10/2810/1
authorMatt Jordan <mjordan@digium.com>
Wed, 11 May 2016 19:07:17 +0000 (14:07 -0500)
committerMatt Jordan <mjordan@digium.com>
Wed, 11 May 2016 19:10:17 +0000 (14:10 -0500)
commit5236ffed97bf5d4a6b54cfefd672f9dc31f0a563
tree23abb74aba880906d2a0f12b329c59ba4134f75f
parent1be506d81113f232d1df5a2295feb1a7ba9f4157
configure: Fix errors with AST_UNDEFINED_SANITIZER/AST_LEAK_SANITIZER

When running on a system that does not support or use AST_UNDEFINED_SANITIZER
or AST_LEAK_SANITIZER, the configure script would incorrectly set those
constants to a blank value, e.g., 'AST_UNDEFINED_SANITIZER='. This would
cause menuselect to error out, complaining that a blank value is not a
valid option. This patch corrects the issue by setting the value to 0 if
the options that those constants enable/disable is not found.

Change-Id: Ib39814aaf940f308d500c1e026edb3d70de47fba
configure
configure.ac