raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ba86a714cfbfebc6289b6271bbd5235dc1b66455

commit ba86a714cfbfebc6289b6271bbd5235dc1b66455
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Apr 18 14:16:23 2020 +0100

    build - backtrace_symbols_fd + execinfo_dep - dont even use these. remove
---
 meson.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meson.build b/meson.build
index a6e89c4c6..95a12f2b1 100644
--- a/meson.build
+++ b/meson.build
@@ -183,8 +183,6 @@ if cc.has_header('netinet/in.h') == true
 endif
 if cc.has_header('execinfo.h') == true
   config_h.set('HAVE_EXECINFO_H'       , '1')
-elif cc.has_function('backtrace_symbols_fd', dependencies: 'execinfo') == false
-  execinfo_dep = dependency('execinfo', required: false)
 endif
 if cc.has_function('explicit_bzero') == true
   config_h.set('HAVE_EXPLICIT_BZERO'   , '1')

-- 


Reply via email to