From: Joao C. <jc...@us...> - 2003-10-24 18:31:20
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv1537 Modified Files: configure.ac Log Message: Disable dynamic drivers if enable_shared != yes If the user don't want (or the system is not capable of) to build shared libraries, then disable dynamic drivers, as they are dynamically loaded objects. This must to be done after AM_PROG_LIBTOOL. There is a test if test "$enable_dyndrivers" = "yes" above that should, if possible, be put after this test. |