On Mon, Apr 23, 2007 at 10:31:49AM -0500, Jonathan Abbey wrote: | | You'd be modifying the configure.in file, to specify new paths or new | library names that should be searched for, and used in the configure | tests.
Note: once you've modified the configure.in file, you'd need to have the autoconf tools installed on your system, so that you could rebuild the configure script.
If you don't have autoconf installed, about the best you could do would be to provide details to someone who did have autoconf, so that they could generate modifications to the configure definition for you to test.
Jon