[SCM] PostGIS branch master updated. 3.6.0rc2-454-gc15f4e6f6
git at osgeo.org
git at osgeo.org
Tue Apr 14 08:05:09 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via c15f4e6f6eee690a156171d97f48baf45cbc3fc4 (commit)
from 9e9e4712a448d71914aeaa2217f293a0349e4b8c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c15f4e6f6eee690a156171d97f48baf45cbc3fc4
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Apr 14 17:04:43 2026 +0200
Drop Address Standardizer status from configure output
References #6053
diff --git a/configure.ac b/configure.ac
index 4c3e80693..e88df0d2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1966,12 +1966,6 @@ else
AC_MSG_RESULT([ SFCGAL support: disabled])
fi
-if test "x$ADDRESS_STANDARDIZER" = "xaddress_standardizer"; then
- AC_MSG_RESULT([ Address Standardizer support: enabled])
-else
- AC_MSG_RESULT([ Address Standardizer support: disabled])
-fi
-
AC_MSG_RESULT()
AC_MSG_RESULT([ -------- Documentation Generation -------- ])
AC_MSG_RESULT([ xsltproc: ${XSLTPROC}])
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 6 ------
1 file changed, 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list