Ticket #896 (closed defect: fixed)

Opened 9 years ago

Last modified 9 years ago

mapgml.c always present even if the code not necessary

Reported by: jlacroix Owned by: mapserverbugs
Priority: high Milestone:
Component: Build Problems Version: 4.3
Severity: normal Keywords:
Cc:

Description

The code of mapgml.c is always compiled even the user request --without-wms and
--without-wfs. We should prevent this code to be compiled if it does not apply.

Change History

Changed 9 years ago by jlacroix

  • status changed from new to closed
  • resolution set to fixed
I've added #ifdef to publish mapgml.c functions only if USE_WFS_SVR or
USE_WMS_SVR are used. I also included #ifdef around the mapows.h declaration.

Marking as FIXED
Note: See TracTickets for help on using tickets.