Actions
Bug #28
closed./configure --disable-plplot option does not work
Description
./configure --disable-plplot
option does not work
Updated by Emmanuel Bertin about 9 years ago
- Status changed from New to Resolved
- Estimated time changed from 0.10 h to 0.50 h
The enable_plplot
variable is indeed unchanged if it is initialized to yes
before the call to AC_ARG_ENABLE()
.
Fixed in r311 by removing the initialization to yes
and replacing test "$enable_plplot" = "yes";
with test "$enable_plplot" != "no";
Updated by Emmanuel Bertin about 9 years ago
- Due date set to 06/03/2013
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Actions