aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
deleted file mode 100644
index 69801d6..0000000
--- a/src/make.configuration.defn
+++ /dev/null
@@ -1,9 +0,0 @@
-# make.configuration.defn for NaNChecker
-
-# make sure that isnan(3) is available on this architecture
-
-HAVE_ISNAN := $(shell grep HAVE_ISNAN $(CONFIG)/cctk_Config.h)
-
-ifneq (define, $(findstring define,$(HAVE_ISNAN)))
- $(error "Thorn NaNChecker requires isnan(3), which is not available on this architecture. Please remove NaNChecker from your ThornList.")
-endif