Merge pull request #222 from pblottiere/fix_installcheck

Fix installcheck when lazperf is disabled
This commit is contained in:
Blottiere Paul 2018-06-18 08:03:17 +01:00 committed by GitHub
commit fc766e52d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ PGXS = @PGXS@
LIB_A = libpc.a
LIB_A_LAZPERF = liblazperf.a
LAZPERF_STATUS = @LAZPERF_STATUS@
LAZPERF_CPPFLAGS = @LAZPERF_CPPFLAGS@

View File

@ -30,7 +30,7 @@ DATA_built = \
REGRESS = pointcloud pointcloud_columns schema
ifneq ($(LAZPERF_STATUS), "disabled")
ifneq ("$(LAZPERF_STATUS)", "disabled")
REGRESS += pointcloud-laz
endif