acinclude.m4: Fix dpdk build if -mssse3 not supported.
authorIlya Maximets <i.maximets@samsung.com>
Tue, 12 Jan 2016 11:15:39 +0000 (14:15 +0300)
committerBen Pfaff <blp@ovn.org>
Mon, 1 Feb 2016 17:22:38 +0000 (09:22 -0800)
commit9eaa0d5d5d7a23bd9ab29daddf9bfa85a74a66b2
tree2d85db0b6195ce691cbd45624083edad9357f092
parentc34224009a20e2e25ba72678897c3abdd1be6fcb
acinclude.m4: Fix dpdk build if -mssse3 not supported.

On arm/arm64:
gcc: error: unrecognized command line option '-mssse3'

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
acinclude.m4