From e01c23089b5f07899aa8ede9d5813f59f80bc7dc Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 27 Nov 2015 13:30:55 +0100 Subject: [PATCH] Add linking to dbhelp 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..4fd18d8 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 dbghelp" fi fi -- 1.8.4.5