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.
This commit is contained in:
Daniele Varrazzo 2017-04-10 22:04:28 +01:00
parent 53e8b9ede3
commit cf6fe7d4cf

View File

@ -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)