OPTS+=" --enable-threads --enable-shared --with-ssl-dir=/usr" &&

if [ "`arch`" = "x86_64" ]; then
  OPTS+=" --enable-64bit"
fi &&

default_build
