projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1368a51
)
with_interrupt_tests using non-standard extension
author
Regina Obe
<lr@pcorp.us>
Mon, 15 Jan 2018 00:16:46 +0000
(
00:16
+0000)
committer
Regina 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 827276adcc46b09004aeb0e1b1154af5c8863f14..b6a8a2994b75110fa78781d3ea933a501efe17bd 100644
(file)
--- 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