[postgis-tickets] r16297 - with_interrupt_tests using non-standard extension
Regina Obe
lr at pcorp.us
Sun Jan 14 04:16:46 PST 2018
Author: robe
Date: 2018-01-14 16:16:46 -0800 (Sun, 14 Jan 2018)
New Revision: 16297
Modified:
trunk/configure.ac
Log:
with_interrupt_tests using non-standard extension
Patch from Greg Troxel
References #3988 for PostGIS 2.5 (trunk)
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2018-01-14 16:56:14 UTC (rev 16296)
+++ trunk/configure.ac 2018-01-15 00:16:46 UTC (rev 16297)
@@ -1190,7 +1190,7 @@
[Enable interrupt tests])],
[INTERRUPTTESTS="yes"], [])
-if test "x$with_interrupt_tests" == "xno"; then
+if test "x$with_interrupt_tests" = "xno"; then
INTERRUPTTESTS="no"
fi
More information about the postgis-tickets
mailing list