mirror of
https://github.com/php-win-ext/geospatial.git
synced 2026-03-24 00:52:13 +01:00
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
dnl $Id$
|
|
dnl config.m4 for extension geospatial
|
|
|
|
PHP_ARG_ENABLE(geospatial, whether to enable geospatial support,
|
|
[ --enable-geospatial Enable geospatial support])
|
|
|
|
if test "$PHP_GEOSPATIAL" != "no"; then
|
|
PHP_NEW_EXTENSION(geospatial, geospatial.c geo_array.c geohash.c rdp.c, $ext_shared)
|
|
fi
|