ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37095: /trunk/ /trunk/: configure.in dumpcap.c

Date: Thu, 12 May 2011 18:55:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37095

User: tuexen
Date: 2011/05/12 11:55 AM

Log:
 Initialize the glib thread system on all platforms, not only on Windows.
 This requires to be linked against a different library. This is only
 required for dumpcap, but the configure files currently doesn't check
 this in a target specific way. So use these libs for all binaries.

Directory: /trunk/
  Changes    Path            Action
  +2 -2      configure.in    Modified
  +3 -2      dumpcap.c       Modified