Commits

wendling committed d06a36aced8
Purpose: Bug fix Description: The jpeg library wasn't being correctly linked on some special platforms (like Copper or OSF). The problem? Another jpeg library was being found and this caused the linker to try to link with that one, but when it went to run the program, the library couldn't be found. Solution: Have the configure use the static library specified with the --with-hdf4 flag. Platforms tested: Copper