summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2019-05-28 12:37:14 +0200
committerKarel Zak2019-05-28 12:37:14 +0200
commit5348fa7d889a61e0d966043171bf7a489daaaae9 (patch)
tree2a8534c814c175a21a3f1d83e240033ef1175140 /configure.ac
parentrenice: make code more readable for static analyzer [coverity scan] (diff)
downloadkernel-qcow2-util-linux-5348fa7d889a61e0d966043171bf7a489daaaae9.tar.gz
kernel-qcow2-util-linux-5348fa7d889a61e0d966043171bf7a489daaaae9.tar.xz
kernel-qcow2-util-linux-5348fa7d889a61e0d966043171bf7a489daaaae9.zip
build-sys: add info about ASAN
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7f462f910..4b6cacf88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2453,6 +2453,7 @@ AC_MSG_RESULT([
suid cflags: ${SUID_CFLAGS}
ldflags: ${LDFLAGS}
suid ldflags: ${SUID_LDFLAGS}
+ ASAN enabled: ${enable_asan}
Python: ${PYTHON}
Python version: ${PYTHON_VERSION}