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

 OPTS+=" --enable-threads"

 autoreconf -fi &&

 default_build
