[Commits] [SCM] claws branch, master, updated. 4.2.0-77-g27694946c
wwp at claws-mail.org
wwp at claws-mail.org
Wed Apr 10 13:44:12 UTC 2024
The branch, master has been updated
via 27694946ccf065ff2b4cd13100a2ebca4e1f8fa6 (commit)
from 45209525fa55d711d3224a8f1171f46b77c47678 (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 27694946ccf065ff2b4cd13100a2ebca4e1f8fa6
Author: wwp <subscript at free.fr>
Date: Wed Apr 10 15:44:10 2024 +0200
fix bug 4795, 'Please remove -no-cpp-precomp flag for Apple'
diff --git a/configure.ac b/configure.ac
index 93a8282fa..1241adcf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,7 +212,7 @@ fi
pthread_name=
case "$target" in
*-darwin*)
- AM_CFLAGS="$AM_CFLAGS -no-cpp-precomp -fno-common"
+ AM_CFLAGS="$AM_CFLAGS -fno-common"
;;
*-*-mingw*)
# Note that we need to link to pthread in all cases. This
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list