Wireshark-commits: [Wireshark-commits] master-2.6 b557482: Don't require post-GLib 2.22.0 functions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 31 May 2018 08:20:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5574825346c50e736bcfe4a43fe37ede18004c1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

b557482 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't require post-GLib 2.22.0 functions in build tools.
    
    Somebody doing a build will not necessarily have GLib 2.30 or later
    installed, and somebody doing a cross-build may not be able to get that
    function from libwsutil, as libwsutil may have been built for a platform
    different from the one on which the build is being done.
    
    Change-Id: Ic3d483b543f9c4d4175879650e157483676fd267
    Ping-Bug: 14622
    Reviewed-on: https://code.wireshark.org/review/27922
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7f4b27b   Fix problem building on NetBSD 7.1.
    adds  b557482   Don't require post-GLib 2.22.0 functions in build tools.


Summary of changes:
 epan/dissectors/make-dissectors.c | 7 ++++---
 ui/make-taps.c                    | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)