mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
Merge pull request #2206 from bluca/dladdr
Problem: linker fails looking for dladdr
This commit is contained in:
commit
e50c6b6992
@ -650,6 +650,7 @@ PKG_CHECK_MODULES(LIBUNWIND, [libunwind],
|
||||
AC_DEFINE(HAVE_LIBUNWIND, 1, [The libunwind library is to be used])
|
||||
AC_SUBST([LIBUNWIND_CFLAGS])
|
||||
AC_SUBST([LIBUNWIND_LIBS])
|
||||
AC_CHECK_LIB([dl], [dladdr])
|
||||
],
|
||||
[
|
||||
AC_MSG_WARN([Cannot find libunwind])
|
||||
|
Loading…
x
Reference in New Issue
Block a user