diff --git a/extra/xmms/PKGBUILD b/extra/xmms/PKGBUILD index 495aa27c0..afd6b40d3 100644 --- a/extra/xmms/PKGBUILD +++ b/extra/xmms/PKGBUILD @@ -57,7 +57,7 @@ build() { if [ "$CARCH" == "x86_64" ]; then SIMDOPT="--disable-simd" - elsif [ "$CARCH" == "i686" ]; then + elif [ "$CARCH" == "i686" ]; then SIMDOPT="--enable-simd" else SIMDOPT="--disable-simd"