Commit e50c6b69 authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2206 from bluca/dladdr

Problem: linker fails looking for dladdr
parents 065169a2 1b3fcbd3
...@@ -650,6 +650,7 @@ PKG_CHECK_MODULES(LIBUNWIND, [libunwind], ...@@ -650,6 +650,7 @@ PKG_CHECK_MODULES(LIBUNWIND, [libunwind],
AC_DEFINE(HAVE_LIBUNWIND, 1, [The libunwind library is to be used]) AC_DEFINE(HAVE_LIBUNWIND, 1, [The libunwind library is to be used])
AC_SUBST([LIBUNWIND_CFLAGS]) AC_SUBST([LIBUNWIND_CFLAGS])
AC_SUBST([LIBUNWIND_LIBS]) AC_SUBST([LIBUNWIND_LIBS])
AC_CHECK_LIB([dl], [dladdr])
], ],
[ [
AC_MSG_WARN([Cannot find libunwind]) AC_MSG_WARN([Cannot find libunwind])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment