From: Alan W. I. <ai...@us...> - 2001-03-10 15:57:45
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv7757 Modified Files: configure.in plDevs.h.in sysloc.in Log Message: jpeg --> jpg everywhere in configuration so there is no name clash with Andrew's djgpp-based driver. (Note he has produced two drivers--his original djgpp version and the more general version that we are currently testing for Unix/Linux. If Andrew ever decides to abandon his djgpp driver I may grab back the jpeg name for the general driver.) Note that libgd does not support the jpeg format until version 1.8. I have not yet figured out how to quickly determine the version of libgd for configuration purposes so for now, enable_jpg=no is set by default. However, feel free to ./configure --enable-jpg and test the jpg driver if you have libgd1.8 or above. |