Put `/opt/mono-2.10/bin` ahead of `/usr/bin` in your `PATH`:
PATH=/opt/mono-2.10/bin:$PATH
./configure
make
This may not be enough. Typically `configure` scripts take additional settings in the form of `--with-…` options or environment variables. Run `./configure --help` to see the possibilities.