with_interrupt_tests using non-standard extension
authorRegina Obe <lr@pcorp.us>
Mon, 15 Jan 2018 00:16:46 +0000 (00:16 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 15 Jan 2018 00:16:46 +0000 (00:16 +0000)
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

configure.ac

index 827276adcc46b09004aeb0e1b1154af5c8863f14..b6a8a2994b75110fa78781d3ea933a501efe17bd 100644 (file)
@@ -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