From cf6fe7d4cf4f12a4a8d2c5427247b100762fcbdc Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 10 Apr 2017 22:04:28 +0100 Subject: [PATCH] Dropped redundant/wrong pg_config definition Fix issue #24. The OP reported that the issue is solved by dropping this assignment. The one in regress has been already dropped in the refactoring to drop pre-9.1 support. --- bin/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 9732439..bc2f52b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -26,7 +26,6 @@ endif PG_LIBS = $(libpq) USE_PGXS = 1 # use pgxs if not in contrib directory -PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)