talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 27694946ccf065ff2b4cd13100a2ebca4e1f8fa6
parent 45209525fa55d711d3224a8f1171f46b77c47678
Author: wwp <subscript@free.fr>
Date:   Wed, 10 Apr 2024 15:44:10 +0200

fix bug 4795, 'Please remove -no-cpp-precomp flag for Apple'

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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