configure: cross-platform append for "-ldbghelp"

This commit is contained in:
Danny Robson 2016-05-12 18:16:18 +10:00
parent dc75a8ac34
commit 87211eb45c

View File

@ -61,7 +61,7 @@ AM_CONDITIONAL([HAVE_CAPTURESTACKBACKTRACE], [test "x$ac_cv_func_RtlCaptureStack
AC_MSG_CHECKING([for SymFromAddr])
save_LIBS="$LIBS"
LIBS+=-ldbghelp
LIBS="${LIBS} -ldbghelp"
AC_LINK_IFELSE([AC_LANG_PROGRAM(
[
#include <windows.h>