Commits

Bill Wendling committed 32bdf68ff8c
[svn-r2529] Added a -R<directory> flag to the LT command line. If we compile with zlib, and zlib isn't in our LD_LIBRARY_PATH or in a standard system library place (/usr/lib or /lib), then the tests can't run. This fixes it if the person configures the source with the flag: --with-zlib=/usr/fnord/include,/usr/fnord/lib This only works if you're pointing to the shared library version in the above flag...