From: Rafael L. <rla...@us...> - 2004-01-19 20:15:38
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv10009 Modified Files: Tag: v5_3_0 configure.ac Log Message: When PLplot is configured with disable_shared, dyndrivers must be disabled. However, this test was done too late in configure.ac, after the libltdl checks were done conditionally on the value of enable_dyndrivers. Since this check is done now before AC_INIT_LIBTOOL |