From: Regina Obe Date: Mon, 15 Jan 2018 00:16:46 +0000 (+0000) Subject: with_interrupt_tests using non-standard extension X-Git-Tag: 2.5.0alpha~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bb23b88767ba1a9917acc01c8790ffe4cf641ad;p=postgis with_interrupt_tests using non-standard extension Patch from Greg Troxel References #3988 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16297 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 827276adc..b6a8a2994 100644 --- a/configure.ac +++ b/configure.ac @@ -1190,7 +1190,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