./configure should default to the same type as the system you are running it on.
You can override it with the correct environment variables set when you call configure (I think it is something like CFLAGS="-m32" CPPFLAGS="-m32" LDFLAGS="-L/usr/lib32" to build x86 on x64)