From: Sandro Santilli Date: Thu, 12 Feb 2015 16:58:44 +0000 (+0000) Subject: Fix conditional enabling of json input unit test X-Git-Tag: 2.2.0rc1~684 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94eda943e2036afa3778e8f89aa3be3c211087f9;p=postgis Fix conditional enabling of json input unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@13210 b70326c6-7e19-0410-871a-916f4a2858ee --- 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,