Wireshark-commits: [Wireshark-commits] master 2bded0b: autotools: Use explicit zlib	dependency buil
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2bded0b66137a2f1c8b69911d91903a24f8a2624
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2bded0b by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
    autotools: Use explicit zlib dependency build flags
    
    Use pkg-config if a zlib.pc file is available.
    
    Remove the now redundant AC_TRY_LINK_FUNC test (there are no linker flags
    for GTK+ here).
    
    Change-Id: I7de744749eba7231ae0097b975144b76ffcf1bdb
    Reviewed-on: https://code.wireshark.org/review/14263
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    
Actions performed:
    from  4fca153   Add missing cmake custom source includes
    adds  2bded0b   autotools: Use explicit zlib dependency build flags
Summary of changes:
 Makefile.am                 |   24 +++++++----
 acinclude.m4                |  100 +++++++++++++++++--------------------------
 configure.ac                |   24 +++--------
 epan/Makefile.am            |    9 ++--
 epan/dissectors/Makefile.am |    3 +-
 epan/wslua/Makefile.am      |    2 +-
 wiretap/Makefile.am         |    9 +++-
 7 files changed, 78 insertions(+), 93 deletions(-)