Wireshark-commits: [Wireshark-commits] master-2.4 c0bca6a: Don't look for zlib stuff if we didn't f
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c0bca6ac5df75430b9c186abcc858d645fa57eea
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
c0bca6a 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/32978
Actions performed:
from 2b04142 [Automatic update for 2019-04-21]
add c0bca6a Don't look for zlib stuff if we didn't find zlib.
Summary of changes:
cmake/modules/FindZLIB.cmake | 94 ++++++++++++++++++++++----------------------
1 file changed, 48 insertions(+), 46 deletions(-)