summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Sames <colin.sames@haw-hamburg.de>2021-07-15 19:10:14 +0200
committerColin Sames <colin.sames@haw-hamburg.de>2021-07-15 19:18:02 +0200
commit3f70087c2abad49e85fedabba3a77120fe6c3365 (patch)
tree365ab80f1101427b2d722e9840a9409ee3829a9f /configure.ac
parentMerge pull request #9018 from LabNConsulting/chopps/triage-features (diff)
downloadfrr-3f70087c2abad49e85fedabba3a77120fe6c3365.tar.xz
frr-3f70087c2abad49e85fedabba3a77120fe6c3365.zip
configure.ac: fix help text to --enable-undefined-sanitizer
Signed-off-by: Colin Sames <colin.sames@haw-hamburg.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 564588cca..1ad87d943 100644
--- a/configure.ac
+++ b/configure.ac
@@ -703,7 +703,7 @@ AC_ARG_ENABLE([thread-sanitizer],
AC_ARG_ENABLE([memory-sanitizer],
AS_HELP_STRING([--enable-memory-sanitizer], [enable MemorySanitizer support for detecting uninitialized memory reads]))
AC_ARG_ENABLE([undefined-sanitizer],
- AS_HELP_STRING([--undefined-sanitizer], [enable UndefinedBehaviorSanitizer support for detecting undefined behavior]))
+ AS_HELP_STRING([--enable-undefined-sanitizer], [enable UndefinedBehaviorSanitizer support for detecting undefined behavior]))
AC_ARG_WITH([crypto],
AS_HELP_STRING([--with-crypto=<internal|openssl>], [choose between different implementations of cryptographic functions(default value is --with-crypto=internal)]))
AC_ARG_WITH([frr-format],