grass icon indicating copy to clipboard operation
grass copied to clipboard

[Bug] configure --with-wxwidgets doesn't do anything

Open ojwb opened this issue 3 years ago • 0 comments

Describe the bug

The --with-wxwidgets option sets the with_wxwidgets variable, but this is no longer used anywhere.

This option was entirely removed in 3e6f76140d81b01f798b23dc26750a81cbc90f1c but then f1bb8d5ee89819918f9ce5d82c2026b34a051214 added PDAL support also partly restored the --with-wxwidgets option (my guess is due to a badly resolved merge conflict).

To Reproduce Steps to reproduce the behavior:

  1. configure with --with-wxwidgets=/totally/bogus/path
  2. See that this bad value is silently accepted

Expected behavior I would expect this option to have been removed and this option to be warned about as unrecognised:

configure: WARNING: unrecognized options: --with-wxwidgets

Screenshots If applicable, add screenshots to help explain your problem.

System description (please complete the following information):

  • Operating System: Debian unstable
  • GRASS GIS version git master (6b61d1087ba9cf7429df8830c636a827bc5c3f5d)

Additional context Add any other context about the problem here.

ojwb avatar Sep 15 '22 22:09 ojwb