summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index a49c484f..dfed01ba 100644
--- a/meson.build
+++ b/meson.build
@@ -29,10 +29,6 @@ cc = meson.get_compiler('c')
cxx = meson.get_compiler('cpp')
config_h = configuration_data()
-if cc.has_header_symbol('execinfo.h', 'backtrace')
- config_h.set('HAVE_BACKTRACE', 1)
-endif
-
if cc.has_header_symbol('unistd.h', 'issetugid')
config_h.set('HAVE_ISSETUGID', 1)
endif