Wireshark-commits: [Wireshark-commits] master a61ebef: Set the conditional SSE42_SUPPORTED in all c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Jun 2014 01:23:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a61ebef1a5d84e95aa642f18146cb299494a44b9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a61ebef by Guy Harris (guy@xxxxxxxxxxxx):

    Set the conditional SSE42_SUPPORTED in all circumstances.
    
    This might fix the Solaris/SPARC build error
    
    	configure: error: conditional "SSE42_SUPPORTED" was never defined.
    	Usually this means the macro was only invoked conditionally.
    
    (not all the world's a VAX^Wx86).
    
    Change-Id: Ib189ce70b203875188cee3266b8652c02ca34237
    Reviewed-on: https://code.wireshark.org/review/2358
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6664030   Rewrite check for ws_mempbrk_sse42.c compilation
    adds  a61ebef   Set the conditional SSE42_SUPPORTED in all circumstances.


Summary of changes:
 configure.ac |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)