From 33b0afa102b9939ae244fc49f24d2c0be261aded 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 Reviewed-by: Simon McVittie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f70f6294f..396253bc9 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 -- 2.47.3