Wireshark-commits: [Wireshark-commits] master 1b37f4c: Cmake: check for popcount, and build it from

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Dec 2014 05:04:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b37f4c5ef01eaa1fe5724ced0954ceba27fe5f2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1b37f4c by Guy Harris (guy@xxxxxxxxxxxx):

    Cmake: check for popcount, and build it from wsutil/popcount.c if missing.
    
    Change-Id: Id646a9f0b1fc6acafa99a78725e3f0ec8a48c170
    Reviewed-on: https://code.wireshark.org/review/6006
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4009231   Try to fix Windows build for popcount() unresolved external symbol
    adds  1b37f4c   Cmake: check for popcount, and build it from wsutil/popcount.c if missing.


Summary of changes:
 ConfigureChecks.cmake |    1 +
 cmakeconfig.h.in      |    3 +++
 wsutil/CMakeLists.txt |    7 +++++++
 3 files changed, 11 insertions(+)