Opened 19 years ago

Closed 19 years ago

#1121 closed defect (duplicate)

can't build after configuring with -with-mygis

Reported by: pete@… Owned by: mapserverbugs
Priority: high Milestone:
Component: Build Problems Version: 4.4
Severity: normal Keywords:
Cc:

Description

Misspelling in mapmygis.c prevents linking when built with -with-mygis.

Patch:
--- mapmygis.c  2004-12-08 15:03:03.782031454 -0600
+++ mapmygis.c~ 2004-12-08 15:03:03.781031700 -0600
@@ -410,7 +410,7 @@
 // Return MS_TRUE if layer is open, MS_FALSE otherwise.
 int msMYGISLayerIsOpen(layerObj *layer)
 {
-    if (getMyGISLayerInfo(layer))
+    if (getMYGISLayerInfo(layer))
         return MS_TRUE;

     return MS_FALSE;

Change History (1)

comment:1 by dmorissette, 19 years ago

Resolution: duplicate
Status: newclosed
This has been fixed in bug 1116 already. Will be in v 4.4.1

*** This bug has been marked as a duplicate of 1116 ***
Note: See TracTickets for help on using tickets.