summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-11-09 17:18:00 -0700
committerGeorge Joseph <gjoseph@digium.com>2016-11-09 17:18:00 -0700
commita562fbe618e0e3b034e7006314b4ea1dfef6d732 (patch)
treec4119d4da2af70cc9cbbaeb12ba27829a56f4cc9 /configure
parentdfcb2b6c24ba6e36b70af8f2a9a074d55f5e599f (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a82dcdcff..0446c4571 100755
--- a/configure
+++ b/configure
@@ -18374,7 +18374,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; }
@@ -18406,7 +18406,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; }