Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 0d31ec3: Check for HAVE_LZ4FRAME_H in the LZ4 detecti

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Apr 2018 05:34:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0d31ec328f2c523cfc4655f1674a5f0eae80923f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0d31ec3 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>
    

Actions performed:

    from  08c2344   Remove some references to PortAudio.
    adds  0d31ec3   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(-)