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
2121endif
2222endif
2323# $(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
2929
3030ifdef USE_PGXS # use pgxs
3131# You can specify path to pg_config in PG_CONFIG var
You can’t perform that action at this time.
0 commit comments