]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add linking to dbghelp for autotools on Windows which is required for backtrace gener...
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 27 Nov 2015 12:30:55 +0000 (13:30 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 1 Dec 2015 22:03:25 +0000 (22:03 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
configure.ac

index f70f6294f2655dbf56b9025f8800319c0507614d..396253bc9504d5c28335272fe2954b348bf4ea52 100644 (file)
@@ -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