I'm trying to build the PHP memcache extension (v2.2.6) for i386 (32bit) on my x86_64 Ubuntu 11.04.
./configure uses config.guess by default (which outputs x86_64-unknown-linux-gnu on my system) but I want to override that.
How would I have to proceed?
