]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
m4: dovecot - Fix typo sanitizes -> sanitizers
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 5 Mar 2026 08:28:33 +0000 (10:28 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 5 Mar 2026 08:28:33 +0000 (10:28 +0200)
m4/dovecot.m4

index 0aa6a574ea4be6685cb091d825b7ac16c08302b8..0df64455600a47f10165197924329dffa37d2698 100644 (file)
@@ -620,7 +620,7 @@ AC_DEFUN([CC_STRICT_BOOL], [
 
 AC_DEFUN([DOVECOT_WANT_UBSAN], [
   AC_ARG_ENABLE(ubsan,
-    AS_HELP_STRING([--enable-ubsan], [Enable undefined behaviour sanitizes (default=no)]),
+    AS_HELP_STRING([--enable-ubsan], [Enable undefined behaviour sanitizers (default=no)]),
                    [want_ubsan=yes], [want_ubsan=no])
   AC_MSG_CHECKING([whether we want undefined behaviour sanitizer])
   AC_MSG_RESULT([$want_ubsan])