Fix SSE2-enabled build on i386.

Reported by:	simon
This commit is contained in:
Colin Percival 2009-08-02 07:07:07 +00:00
parent fd50bc7621
commit 39b8abd58b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238754

View File

@ -29,6 +29,7 @@ OPTIONS= SSE2 "Use SSE2-optimized code" Off
.if defined(WITH_SSE2)
CONFIGURE_ARGS+= --enable-sse2
CFLAGS+= -msse2
.else
CONFIGURE_ARGS+= --disable-sse2
.endif