]> git.proxmox.com Git - mirror_ovs.git/commit
configure: Properly handle case where libunwind.h is not available.
authorYi-Hung Wei <yihung.wei@gmail.com>
Thu, 17 Oct 2019 04:35:55 +0000 (21:35 -0700)
committerWilliam Tu <u9012063@gmail.com>
Thu, 17 Oct 2019 15:43:19 +0000 (08:43 -0700)
commit81a29c0abd10e219979c165a4883489eb4cee24b
tree72c4bb844f3aead7c313c8c762810f208a9051ce
parent15394e0ff7ae58328d1619ec9c8507b4437ae81d
configure: Properly handle case where libunwind.h is not available.

It is possible that user install libunwind but not libunwind-devel,
and it will run into a compilation error.  So we need to check the
existence of the library and the header file.

Fixes: e2ed6fbeb18c ("fatal-signal: Catch SIGSEGV and print backtrace.")
Suggested-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: William Tu <u9012063@gmail.com>
m4/openvswitch.m4