diff options
author | Colin Sames <colin.sames@haw-hamburg.de> | 2021-07-15 19:10:14 +0200 |
---|---|---|
committer | Colin Sames <colin.sames@haw-hamburg.de> | 2021-07-15 19:18:02 +0200 |
commit | 3f70087c2abad49e85fedabba3a77120fe6c3365 (patch) | |
tree | 365ab80f1101427b2d722e9840a9409ee3829a9f /configure.ac | |
parent | Merge pull request #9018 from LabNConsulting/chopps/triage-features (diff) | |
download | frr-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.ac | 2 |
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], |