From: Rafael L. <rla...@us...> - 2003-04-11 08:16:37
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv11438 Modified Files: plcore.c Log Message: Protected the definition of the plGetDrvDir function with #ifdef ENABLE_DYNDRIVERS. This avoids potential compilation problems with DRV_DIR not being defined when --disable-dyndrivers is given to configure. |