Trying to compile against boost getting this error:
checking for boostlib >= 1.35... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-gcc42-mt-1_39... yes
checking whether the Boost::ASIO library is available... no
configure: error: Unable to find Boost.Asio library, currently this is required.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
Advice appreciated.