From: Ralf Habacker Date: Fri, 27 Nov 2015 12:30:55 +0000 (+0100) Subject: Add linking to dbghelp for autotools on Windows which is required for backtrace gener... X-Git-Tag: dbus-1.11.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b0afa102b9939ae244fc49f24d2c0be261aded;p=thirdparty%2Fdbus.git 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 --- 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