From c0f6786d68e414758bf054951c9143e41a089fba Mon Sep 17 00:00:00 2001 From: Lukas Schneiderbauer Date: Fri, 17 Jan 2025 23:13:31 +0100 Subject: [PATCH] remove explicit omp.h check --- configure | 7 ------- configure.ac | 7 ------- 2 files changed, 14 deletions(-) diff --git a/configure b/configure index 8400409..e2f6f71 100755 --- a/configure +++ b/configure @@ -4315,13 +4315,6 @@ esac fi -# # Check for omp.h header -# AC_CHECK_HEADER([omp.h], [ -# AC_DEFINE([HAVE_OMP_H], [1], [Define if you have the omp.h header file]) -# ], [ -# AC_DEFINE([HAVE_OMP_H], [0], [Define if you have the omp.h header file]) -# ]) - # have_fftw_omp=no { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing fftwf_plan_with_nthreads" >&5 printf %s "checking for library containing fftwf_plan_with_nthreads... " >&6; } diff --git a/configure.ac b/configure.ac index 3fef3b4..caa95d7 100644 --- a/configure.ac +++ b/configure.ac @@ -39,13 +39,6 @@ AC_CHECK_HEADER([fftw3.h], [ AC_MSG_ERROR([fftw3.h header file not found in: $CPPFLAGS]) ]) -# # Check for omp.h header -# AC_CHECK_HEADER([omp.h], [ -# AC_DEFINE([HAVE_OMP_H], [1], [Define if you have the omp.h header file]) -# ], [ -# AC_DEFINE([HAVE_OMP_H], [0], [Define if you have the omp.h header file]) -# ]) - # have_fftw_omp=no AC_SEARCH_LIBS( fftwf_plan_with_nthreads,