]> granicus.if.org Git - postgis/commitdiff
Fix conditional enabling of json input unit test
authorSandro Santilli <strk@keybit.net>
Thu, 12 Feb 2015 16:58:44 +0000 (16:58 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 12 Feb 2015 16:58:44 +0000 (16:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13210 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_tester.c

index cf1bd4e4e8767c2da5763ac70ed4bff8562a20b9..e05a6ee8da9e9cad78492703e6a79aebc5678192 100644 (file)
@@ -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,