File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ USE_PGXS := 1 # so use it anyway, most probably that's what the user wants
21
21
endif
22
22
endif
23
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
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
29
29
30
30
ifdef USE_PGXS # use pgxs
31
31
# You can specify path to pg_config in PG_CONFIG var
You can’t perform that action at this time.
0 commit comments