Wireshark-commits: [Wireshark-commits] master-2.6 4a83040: Check for HAVE_LZ4FRAME_H in the LZ4 det

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Sep 2018 13:50:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4a83040662c5ea5fab6763f4b5825d75d587cdd1
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

4a83040 by Joerg Mayer (jmayer@xxxxxxxxx):

    Check for HAVE_LZ4FRAME_H in the LZ4 detection process and use it
    
    Change-Id: I919621b8c4c809eb181d563251eeb099b767ad82
    Reviewed-on: https://code.wireshark.org/review/26940
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 0d31ec328f2c523cfc4655f1674a5f0eae80923f)
    Reviewed-on: https://code.wireshark.org/review/29555
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  01fd752   prefs: pacify checkAPIs by using ws_g_warning
     add  4a83040   Check for HAVE_LZ4FRAME_H in the LZ4 detection process and use it


Summary of changes:
 acinclude.m4                   |  4 ++++
 cmake/modules/FindLZ4.cmake    |  9 +++++++++
 cmakeconfig.h.in               |  3 +++
 epan/dissectors/packet-kafka.c | 13 +++++--------
 4 files changed, 21 insertions(+), 8 deletions(-)