From 8282c9b8bfc388045e200c3c810d8d942b35a23d Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 27 Nov 2015 13:30:55 +0100 Subject: [PATCH] Add linking to dbghelp for autotools on Windows which is required for backtrace generator. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0d12e76..ea18f07 100644 --- a/configure.ac +++ b/configure.ac @@ -1226,7 +1226,7 @@ if test x$dbus_win = xyes ; then if test x$dbus_wince = xyes ; then NETWORK_libs="-lws2" else - NETWORK_libs="-lws2_32 -liphlpapi" + NETWORK_libs="-lws2_32 -liphlpapi -ldbghelp" fi fi -- 1.8.4.5