We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bbaf45 + 8d8770b commit fc766e5Copy full SHA for fc766e5
2 files changed
config.mk.in
@@ -17,4 +17,5 @@ PGXS = @PGXS@
17
LIB_A = libpc.a
18
LIB_A_LAZPERF = liblazperf.a
19
20
+LAZPERF_STATUS = @LAZPERF_STATUS@
21
LAZPERF_CPPFLAGS = @LAZPERF_CPPFLAGS@
pgsql/Makefile
@@ -30,7 +30,7 @@ DATA_built = \
30
31
REGRESS = pointcloud pointcloud_columns schema
32
33
-ifneq ($(LAZPERF_STATUS), "disabled")
+ifneq ("$(LAZPERF_STATUS)", "disabled")
34
REGRESS += pointcloud-laz
35
endif
36
0 commit comments