From 8bd80a02aa1afbe2d452f07b5524384910dfc559 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 18 Mar 2023 01:04:19 +0200 Subject: [PATCH 4/4] configure: Drop duplicate AC_MSG_RESULT([C11]) See osdn #47500 Signed-off-by: Marko Lindqvist --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5e8c2b0534..f88afb1720 100644 --- a/configure.ac +++ b/configure.ac @@ -1357,7 +1357,6 @@ if test "x$thread_impl_real" = "xtinycthread" ; then thread_cond=true elif test "x$thread_impl_real" = "xc11" ; then AC_DEFINE([FREECIV_HAVE_C11_THREADS], [1], [Use C11 threads as thread implementation]) - AC_MSG_RESULT([C11]) AC_DEFINE([FREECIV_HAVE_THREAD_COND], [1], [Has thread condition variable implementation]) thread_cond=true LIBS="${LIBS}${thr_libs_c11}" -- 2.39.2