From 94eda943e2036afa3778e8f89aa3be3c211087f9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 12 Feb 2015 16:58:44 +0000 Subject: [PATCH] Fix conditional enabling of json input unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@13210 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/cunit/cu_tester.c b/liblwgeom/cunit/cu_tester.c index cf1bd4e4e..e05a6ee8d 100644 --- a/liblwgeom/cunit/cu_tester.c +++ b/liblwgeom/cunit/cu_tester.c @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) surface_suite, homogenize_suite, force_sfs_suite, -#if HAVE_JSON +#if HAVE_LIBJSON in_geojson_suite, #endif out_gml_suite, -- 2.50.1