From: Alan W. I. <ai...@us...> - 2001-03-09 22:26:33
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv15554 Modified Files: configure.in Log Message: Abandon enable_gd logic, replace by enable_png or enable_jpeg driver logic. Set default values of enable_png=yes, enable_jpeg=no (not implemented yet). Also fixed bug in enable_drivers (I hope!). For some reason the associated MY_ARG_ENABLE(drivers.... was not working until I moved it deeper into the file. |