Skip to content

Commit fc766e5

Browse files
authored
Merge pull request #222 from pblottiere/fix_installcheck
Fix installcheck when lazperf is disabled
2 parents 4bbaf45 + 8d8770b commit fc766e5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

config.mk.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ PGXS = @PGXS@
1717
LIB_A = libpc.a
1818
LIB_A_LAZPERF = liblazperf.a
1919

20+
LAZPERF_STATUS = @LAZPERF_STATUS@
2021
LAZPERF_CPPFLAGS = @LAZPERF_CPPFLAGS@

pgsql/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DATA_built = \
3030

3131
REGRESS = pointcloud pointcloud_columns schema
3232

33-
ifneq ($(LAZPERF_STATUS), "disabled")
33+
ifneq ("$(LAZPERF_STATUS)", "disabled")
3434
REGRESS += pointcloud-laz
3535
endif
3636

0 commit comments

Comments
 (0)