[Privoxy-commits] [privoxy] branch master updated: configure: Fix --with-msan option

User Git git at git.privoxy.org
Mon Dec 13 16:25:19 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new 4da2e32f configure: Fix --with-msan option
4da2e32f is described below

commit 4da2e32f7f7b84c8fdc01855e668bfca600d7105
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Mar 26 09:32:50 2021 +0100

    configure: Fix --with-msan option
    
    Also (probably) reported by Andrew Savchenko.
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 84f6a0db..e7e68be0 100644
--- a/configure.in
+++ b/configure.in
@@ -168,7 +168,7 @@ if test "x$with_asan" = "xyes"; then
     LDFLAGS="$LDFLAGS -fsanitize=address"
 fi
 
-AC_ARG_WITH(asan, [  --with-msan       Enable MemorySanitizer. Requires compiler support.])
+AC_ARG_WITH(msan, [  --with-msan       Enable MemorySanitizer. Requires compiler support.])
 if test "x$with_msan" = "xyes"; then
     CFLAGS="$CFLAGS -fsanitize=memory"
     LDFLAGS="$LDFLAGS -fsanitize=memory"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list