URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fcb019acb8932855d51b0facc45aa3e855fe8524
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fcb019a by AndersBroman (anders.broman@xxxxxxxxxxxx):
    Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)
    Add autotools macros to distribution
    Call AX_EXT to define HAVE_SSE4_2
    
    Change-Id: I9ff085d923dfafb32510cdd14290e74a2aaea302
    Reviewed-on: https://code.wireshark.org/review/2110
    Tested-by: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  94dcbfd   Fix annoying warnings that a variable is uninitialized in checkfiltername.pl
    adds  fcb019a   Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS) Add autotools macros to distribution Call AX_EXT to define HAVE_SSE4_2
Summary of changes:
 Makefile.am               |    4 ++++
 config.h.win32            |    2 +-
 configure.ac              |    6 ++++++
 wsutil/Makefile.am        |    2 +-
 wsutil/ws_mempbrk.c       |    6 +++---
 wsutil/ws_mempbrk.h       |    2 +-
 wsutil/ws_mempbrk_sse42.c |    4 ++--
 7 files changed, 18 insertions(+), 8 deletions(-)