perl statements don't work for bash

This commit is contained in:
Kevin Mihelich 2012-01-15 20:24:30 -05:00
parent 6e010cbff4
commit 9046bd4665

View file

@ -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"