From: Regina Obe Date: Mon, 15 Jan 2018 00:24:58 +0000 (+0000) Subject: with_interrupt_tests using non-standard extension X-Git-Tag: 2.4.3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df5f80bc286f86967e160c06e50f89ee2c9a982b;p=postgis with_interrupt_tests using non-standard extension Closes #3988 for PostGIS 2.4.3 git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16298 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index f6bbfb67c..d7d94e1f1 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ PostGIS 2.4.3 * Bug fixes * - #3713, Support encodings that happen to output a '\' character - #3827, Set configure default to not do interrupt testing, - was causing false negatives for many people + was causing false negatives for many people (Regina Obe) + revised to be standards compliant in #3988 (Greg Troxel) - #3930, Minimum bounding circle issues on 32-bit platforms - #3965, ST_ClusterKMeans used to lose some clusters on initialization (Darafei Praliaskouski) diff --git a/configure.ac b/configure.ac index f0ba0f816..5eb335e21 100644 --- a/configure.ac +++ b/configure.ac @@ -1191,7 +1191,7 @@ AC_ARG_WITH([interrupt-tests], [Enable interrupt tests])], [INTERRUPTTESTS="yes"], []) -if test "x$with_interrupt_tests" == "xno"; then +if test "x$with_interrupt_tests" = "xno"; then INTERRUPTTESTS="no" fi diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 9f8ab6d1d..fb1bdf23b 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -11,7 +11,8 @@ Bug Fixes and Enhancements #3713, Support encodings that happen to output a '\' character #3827, Set configure default to not do interrupt testing, - was causing false negatives for many people + was causing false negatives for many people. (Regina Obe) + revised to be standards compliant in #3988 (Greg Troxel) #3930, Minimum bounding circle issues on 32-bit platforms #3965, ST_ClusterKMeans used to lose some clusters on initialization (Darafei Praliaskouski)