Introduces support for the -j flag when running make. e.g. on a 4 core machine, the following command may be used to spawn additional threads to speed the build;
$ ./configure
$ make -j4
This is the only change. Existing users of v0.7.5 need not upgrade.