summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean@guyomarch.bzh>2016-05-28 13:07:22 +0200
committerJean Guyomarc'h <jean@guyomarch.bzh>2016-05-28 19:14:16 +0200
commitfc74475415e3f0c90b20b54302e6694850f5c3ff (patch)
tree4fe7adb21ea63654e87eaa7f4d6ee2afa3bf7134 /Makefile.am
parent0193600e486759f4b0524b520e9128c2a3d19cbd (diff)
downloadefl-fc74475415e3f0c90b20b54302e6694850f5c3ff.tar.gz
autotools: improve libunwind detection
Libuwind may not be shipped with a pkg-config file. It can be distributed on the system, but the autotools would fail to detect it because it relied only on pkg-config. We now first check with pkg-config, and then try to compile and link a program using libuwind to see if it is supported anyway. This is a first step towards a working eina_log_backtrace on Mac OS X.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1efae6ed10..f9664320c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ m4/efl_compiler.m4 \
m4/efl_doxygen.m4 \
m4/efl_path_max.m4 \
m4/efl_threads.m4 \
+m4/efl_libunwind.m4 \
m4/eina_check.m4 \
m4/eina_config.m4 \
m4/eio_check_options.m4 \