eina: only enable EINA_LOG_BACKTRACE when backtrace API is present
authorDaniel Kolesa <d.kolesa@samsung.com>
Thu, 11 Jun 2020 00:18:50 +0000 (02:18 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 11 Jun 2020 21:51:50 +0000 (06:51 +0900)
commit2bb95109091b08d9c21e9c90bb216850509b5f06
tree2a92e2ab734be3489d522da21b0f291f282cf57b
parent211dbf2a4b0957fed1b981fbdaa8fb951ac8d622
eina: only enable EINA_LOG_BACKTRACE when backtrace API is present

This prevents build breakage on platforms that either don't have
backtrace() or don't have the appropriate library for it installed.
src/lib/eina/eina_log.c