Comments:


// vim:ft=javascript
Configure option definition:


ARG_ENABLE("geospatial", "enable geospatial support", "no");

Build instructions:


if (PHP_GEOSPATIAL != "no") {
    EXTENSION("geospatial", "geospatial.c geo_array.c");
}