mirror of
https://github.com/php-win-ext/geospatial.git
synced 2026-03-24 00:52:13 +01:00
10 lines
195 B
JavaScript
10 lines
195 B
JavaScript
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
ARG_ENABLE("geospatial", "enable geospatial support", "no");
|
|
|
|
if (PHP_GEOSPATIAL != "no") {
|
|
EXTENSION("geospatial", "geospatial.c geo_array.c geohash.c rdp.c");
|
|
}
|
|
|