[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-124-gb02967a

git at osgeo.org git at osgeo.org
Sat Oct 31 12:07:28 PDT 2020


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  b02967a4ec3b4a03990dc089b0cce9f46eff9c53 (commit)
      from  3175d66209ac30dcdb6a01d253f3540f934cdff5 (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 b02967a4ec3b4a03990dc089b0cce9f46eff9c53
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Oct 31 20:05:04 2020 +0100

    Fix typos in configure.ac

diff --git a/configure.ac b/configure.ac
index 587d3a4..a82d8c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,11 +103,6 @@ dnl Include minor version in postgis extension libraries
 dnl =====================================================
 LIBINCLUDEMINORVERSION="no"
 AC_ARG_WITH([library-minor-version],
-    [AS_HELP_STRING([--without-interrupt-tests],
-                    [Disable the interrupt tests (for CI servers)])],
-    [], [])
-
-AC_ARG_WITH([library-minor-version],
     [AS_HELP_STRING([--with-library-minor-version],
                     [Include minor version in the PostgreSQL PostGIS library files])],
     [LIBINCLUDEMINORVERSION="yes"], [])
@@ -1266,13 +1261,8 @@ dnl interrupt tests
 dnl ====================================
 INTERRUPTTESTS="no"
 AC_ARG_WITH([interrupt-tests],
-    [AS_HELP_STRING([--without-interrupt-tests],
-                    [Disable the interrupt tests (for CI servers)])],
-    [], [])
-
-AC_ARG_WITH([interrupt-tests],
     [AS_HELP_STRING([--with-interrupt-tests],
-                    [Enable interrupt tests])],
+                    [Enable the interrupt tests])],
     [INTERRUPTTESTS="yes"], [])
 
 if test "x$with_interrupt_tests" = "xno"; then

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list