Skip to content

configure.ac: allow x64 libraries on Solaris to run on non-SSSE3 machines

Alan Coopersmith requested to merge alanc/pixman:solaris-ssse3 into master

Override the x64 hardware capability autodetection by Solaris Studio compilers for x64 libraries the same way we do for x86 libraries.

Also fix configure test for this override to work in out-of-tree builds.

Signed-off-by: Alan Coopersmith alan.coopersmith@oracle.com

Merge request reports