Wireshark-commits: [Wireshark-commits] master a61f6e4: When checking for floorl(), include math.h.

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

Commits:

a61f6e4 by Guy Harris (guy@xxxxxxxxxxxx):

    When checking for floorl(), include math.h.
    
    It's not being found with MSVC, but is apparently present; perhaps
    math.h does something magic, e.g. defining it as a macro, so try using
    check_symbol_exists with "math.h".
    
    Change-Id: Idaecac641fb0b87d399807d8bf1fcb74e7251a4e
    Reviewed-on: https://code.wireshark.org/review/5911
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4b8639f   Add a check for floorl().
    adds  a61f6e4   When checking for floorl(), include math.h.


Summary of changes:
 ConfigureChecks.cmake |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)