From fd80c46bd8efbb8d3a57c9740f91147a0018e050 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Villemain?= Date: Sun, 31 Jul 2011 01:21:28 +0200 Subject: [PATCH] Restore ifndef around PG_CONFIG this has been lost during merge with debian packaging. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ed5ae31..fb3c262 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,9 @@ MODULES = $(EXTENSION) DATA = pgfincore.sql uninstall_pgfincore.sql DOCS = README.rst +ifndef PG_CONFIG PG_CONFIG = pg_config +endif PG91 = $(shell $(PG_CONFIG) --version | grep -qE "8\.|9\.0" && echo no || echo yes) -- 2.39.5