From 472f2f59c6ab6f025e3643ed02e8d56b8f4c41ca Mon Sep 17 00:00:00 2001 From: Michael Ortmann Date: Tue, 28 Nov 2023 03:50:05 +0100 Subject: [PATCH] Fix the fix --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 3e83deb11..fe503806d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -314,7 +314,7 @@ AC_DEFUN([EGG_FUNC_B64_NTOP], # Check for b64_ntop. If we have b64_ntop, we assume b64_pton as well. AC_MSG_CHECKING(for b64_ntop) OLD_CFLAGS="$CFLAGS" - CFLAGS+="$CFLAGS -fno-sanitize=address" + CFLAGS="$CFLAGS -fno-sanitize=address" AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include #include