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:
parent
53e8b9ede3
commit
cf6fe7d4cf
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user