From 9b4a6e70e568db4455ad9a42663ec5d80a249e41 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 7 Mar 2012 11:39:46 +0000 Subject: [PATCH] Actually run GeoJSON input tests when libjson is available git-svn-id: http://svn.osgeo.org/postgis/trunk@9419 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 1 + regress/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c413097ef..6f2b6b7fd 100644 --- a/configure.ac +++ b/configure.ac @@ -685,6 +685,7 @@ dnl Detect if json-c installed dnl =========================================================================== HAVE_JSON=no +AC_SUBST([HAVE_JSON]) AC_ARG_WITH([jsondir], [AS_HELP_STRING([--with-jsondir=PATH], [specify the json-c installation directory])], diff --git a/regress/Makefile.in b/regress/Makefile.in index 222e294f4..f187b51e6 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -135,7 +135,7 @@ ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 33),1) relate_bnr endif -ifeq ($(HAVE_JSON),Yes) +ifeq ($(HAVE_JSON),yes) # JSON-C adds: # ST_GeomFromGeoJSON() TESTS += \ -- 2.40.0