We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa77259 commit 33dc4faCopy full SHA for 33dc4fa
Makefile
@@ -21,11 +21,11 @@ USE_PGXS := 1 # so use it anyway, most probably that's what the user wants
21
endif
22
23
# $(info) is introduced in 3.81, and PG doesn't support makes older than 3.80
24
-ifeq ($(MAKE_VERSION),3.80)
25
-$(warning $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
26
-else
27
-$(info $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
28
-endif
+# ifeq ($(MAKE_VERSION),3.80)
+# $(warning $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
+# else
+# $(info $$USE_PGXS is [${USE_PGXS}] (we use it automatically if not in contrib dir))
+# endif
29
30
ifdef USE_PGXS # use pgxs
31
# You can specify path to pg_config in PG_CONFIG var
0 commit comments