[mapserver-commits] r11087 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Sun Mar 6 13:25:02 EST 2011
Author: rouault
Date: 2011-03-06 10:25:02 -0800 (Sun, 06 Mar 2011)
New Revision: 11087
Modified:
trunk/mapserver/mapoutput.c
Log:
Fix compilation when configuring --with-gdal but --without-ogr
Modified: trunk/mapserver/mapoutput.c
===================================================================
--- trunk/mapserver/mapoutput.c 2011-03-06 18:22:37 UTC (rev 11086)
+++ trunk/mapserver/mapoutput.c 2011-03-06 18:25:02 UTC (rev 11087)
@@ -296,7 +296,7 @@
}
}
#endif
-#ifdef USE_GDAL
+#ifdef USE_OGR
if( strncasecmp(driver,"ogr/",4) == 0 )
{
format = msAllocOutputFormat( map, driver+4, driver );
More information about the mapserver-commits
mailing list