Wireshark-commits: [Wireshark-commits] master-3.0 07401eb: Don't look for zlib stuff if we didn't f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Apr 2019 04:12:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07401eb4b9b0729781adf1ce2fb2d4f2e78434d9
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

07401eb by Guy Harris (guy@xxxxxxxxxxxx):

    Don't look for zlib stuff if we didn't find zlib.
    
    If we didn't find zlib, don't look for its version number in zlib.h, and
    don't look for inflate() or inflatePrime() in the library.
    
    Trim off some trailing blank lines while we're at it.
    
    Change-Id: I834a9a76928a00cf5e182bd4224ebc91d36d69a4
    Reviewed-on: https://code.wireshark.org/review/32973
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit c66994215b4f0344d7ec6f9340ed79e647053018)
    Reviewed-on: https://code.wireshark.org/review/32976
    

Actions performed:

    from  b5f9395   QUIC: add new version and error code (draft -20)
     add  07401eb   Don't look for zlib stuff if we didn't find zlib.


Summary of changes:
 cmake/modules/FindZLIB.cmake | 100 ++++++++++++++++++++++---------------------
 1 file changed, 51 insertions(+), 49 deletions(-)