mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
build: Fix default values for some SANITIZER options
2 of the sanitizers didn't have default values so in systems that don't support sanitizers menuselect would spit out warnings. They were harmless but confusing. They've now been set to "0". Change-Id: I08dc495e3b83f1feac3160b421f538c375fc5d58
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -18673,7 +18673,7 @@ if ac_fn_c_try_compile "$LINENO"; then :
|
||||
$as_echo "yes" >&6; }
|
||||
AST_ADDRESS_SANITIZER=1
|
||||
else
|
||||
AST_ADDRESS_SANITIZER=
|
||||
AST_ADDRESS_SANITIZER=0
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
|
||||
@@ -18705,7 +18705,7 @@ if ac_fn_c_try_compile "$LINENO"; then :
|
||||
$as_echo "yes" >&6; }
|
||||
AST_THREAD_SANITIZER=1
|
||||
else
|
||||
AST_THREAD_SANITIZER=
|
||||
AST_THREAD_SANITIZER=0
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user