]> granicus.if.org Git - postgis/commitdiff
with_interrupt_tests using non-standard extension
authorRegina Obe <lr@pcorp.us>
Mon, 15 Jan 2018 00:24:58 +0000 (00:24 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 15 Jan 2018 00:24:58 +0000 (00:24 +0000)
Closes #3988 for PostGIS 2.4.3

git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16298 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
configure.ac
doc/release_notes.xml

diff --git a/NEWS b/NEWS
index f6bbfb67c5deb8a18e28f62ad1f2be755eee6dd4..d7d94e1f1e1159e30664363e51d39bdb3e2ca183 100644 (file)
--- 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)
index f0ba0f81618d6830749e1ca5d569c49076c495e6..5eb335e21aa50209d576baf52a66d37dd09ad9b5 100644 (file)
@@ -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
 
index 9f8ab6d1dc9a6da83cb573876a4e3ce23140fe3f..fb1bdf23b7b83954868a34d8778c648aa4951e1a 100644 (file)
@@ -11,7 +11,8 @@
         <title>Bug Fixes and Enhancements</title>
         <para>#3713, Support encodings that happen to output a '\' character</para>
         <para>#3827, Set configure default to not do interrupt testing,
-                  was causing false negatives for many people</para>
+                  was causing false negatives for many people. (Regina Obe)
+                 revised to be standards compliant in #3988 (Greg Troxel)</para>
         <para>#3930, Minimum bounding circle issues on 32-bit platforms</para>
         <para>#3965, ST_ClusterKMeans used to lose some clusters on initialization
                   (Darafei Praliaskouski)</para>