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.defn7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 0440568..69801d6 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -5,10 +5,5 @@
HAVE_ISNAN := $(shell grep HAVE_ISNAN $(CONFIG)/cctk_Config.h)
ifneq (define, $(findstring define,$(HAVE_ISNAN)))
-$(NAME): MissingIsNaN
-.pseudo: MissingIsNaN
-MissingIsNaN:
- @echo "Thorn NaNChecker requires isnan(3) which is not available on this architecture."
- @echo "Please remove NaNChecker from your ThornList !"
- exit 2
+ $(error "Thorn NaNChecker requires isnan(3), which is not available on this architecture. Please remove NaNChecker from your ThornList.")
endif