URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f2151025401d345a9ce1c2ee0860dc69d1c6d9c0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f215102 by Guy Harris (guy@xxxxxxxxxxxx):
    Handle CFLAGS disabling SSE 4.2.
    
    When checking whether nmmintrin.h works, add -msse4.2 at the *beginning*
    of CFLAGS, so that user (or Gentoo build process) settings with
    -mno-sse4.2 override it.
    
    Bug: 10792
    Change-Id: I1b77c2a092360a86bc7012d29642ff3303b60812
    Reviewed-on: https://code.wireshark.org/review/6696
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  5f70fd6   dsi: fix a trivial bug
    adds  f215102   Handle CFLAGS disabling SSE 4.2.
Summary of changes:
 configure.ac |   28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)