Comments:


dnl config.m4 for extension geospatial
Configure option definition:


PHP_ARG_ENABLE(geospatial, whether to enable geospatial support,
[  --enable-geospatial           Enable geospatial support])
Build instructions:


if test "$PHP_GEOSPATIAL" != "no"; then
  PHP_NEW_EXTENSION(geospatial, geospatial.c geo_array.c, $ext_shared)
fi