From: Sandro Santilli Date: Wed, 7 Mar 2012 11:39:46 +0000 (+0000) Subject: Actually run GeoJSON input tests when libjson is available X-Git-Tag: 2.0.0beta2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4a6e70e568db4455ad9a42663ec5d80a249e41;p=postgis Actually run GeoJSON input tests when libjson is available git-svn-id: http://svn.osgeo.org/postgis/trunk@9419 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 += \