From: Colin Sames Date: Thu, 15 Jul 2021 17:10:14 +0000 (+0200) Subject: configure.ac: fix help text to --enable-undefined-sanitizer X-Git-Tag: base_8.1~320^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3f70087c2abad49e85fedabba3a77120fe6c3365;p=mirror%2Ffrr.git configure.ac: fix help text to --enable-undefined-sanitizer Signed-off-by: Colin Sames --- diff --git a/configure.ac b/configure.ac index 564588cca7..1ad87d9435 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=], [choose between different implementations of cryptographic functions(default value is --with-crypto=internal)])) AC_ARG_WITH([frr-format],