From ecd04516514ef6562a84e4761185c2918161a895 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Fri, 27 Oct 2023 14:20:30 +0000
Subject: [PATCH] Don't show OPENMP_CFLAGS unless they are part of CFLAGS.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 19d76cd001..216f50ea7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3055,7 +3055,7 @@ AC_MSG_RESULT([
    Compiler             : $CC
     - vendor            : $ax_cv_c_compiler_vendor
     - version           : $ax_cv_c_compiler_version
-    - flags             : $CFLAGS $OPENMP_CFLAGS
+    - flags             : $CFLAGS
    MPI enabled          : $enable_mpi
    HDF5 enabled         : $with_hdf5
     - parallel          : $have_parallel_hdf5
-- 
GitLab