diff --git a/Makefile b/Makefile index f47529e..e8f9f1d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TESTS = $(wildcard test/sql/*.sql) REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) REGRESS_OPTS = --inputdir=test -PG_CONFIG = pg_config +PG_CONFIG ?= pg_config MODULE_big = hypopg OBJS = hypopg.o hypopg_import.o