configure: cross-platform append for "-ldbghelp"
This commit is contained in:
parent
dc75a8ac34
commit
87211eb45c
@ -61,7 +61,7 @@ AM_CONDITIONAL([HAVE_CAPTURESTACKBACKTRACE], [test "x$ac_cv_func_RtlCaptureStack
|
|||||||
|
|
||||||
AC_MSG_CHECKING([for SymFromAddr])
|
AC_MSG_CHECKING([for SymFromAddr])
|
||||||
save_LIBS="$LIBS"
|
save_LIBS="$LIBS"
|
||||||
LIBS+=-ldbghelp
|
LIBS="${LIBS} -ldbghelp"
|
||||||
AC_LINK_IFELSE([AC_LANG_PROGRAM(
|
AC_LINK_IFELSE([AC_LANG_PROGRAM(
|
||||||
[
|
[
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user