summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index aae09506..d0c7f1f4 100644
--- a/config.mk
+++ b/config.mk
@@ -150,11 +150,6 @@ else
M4FLAGS += --define=WITH_HSTS=1
endif
-# If execinfo.h is not available, e.g. freebsd
-ifneq (${WITHOUT_EXECINFO}, 1)
-CFLAGS += -DHAS_EXECINFO
-endif
-
CFLAGS_OPTIONS := $(CFLAGS)
ifeq (${USEGTK3}, 1)