]> granicus.if.org Git - postgis/commitdiff
fix PGCONFIG (change to @PG_CONFIG@ ) to be consistent with configure variable change.
authorRegina Obe <lr@pcorp.us>
Tue, 7 May 2013 06:05:37 +0000 (06:05 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 7 May 2013 06:05:37 +0000 (06:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11375 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis_tiger_geocoder/Makefile.in

index dd5110a54964d9b9e80a9521e4c5e56dbc144cb5..a4538ad7968f2ba75e770820d26561710530f234 100644 (file)
@@ -19,7 +19,7 @@ PREREL_PREFIX = $(shell echo $(EXTVERSION) | \
 
 DATA         = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
 
-PG_CONFIG    =  @PGCONFIG@
+PG_CONFIG    =  @PG_CONFIG@
 
 PG91         = $(shell $(PG_CONFIG) --version | grep -qE " 8\.| 9\.0" && echo no || echo yes)
 SQL_BITS     = $(wildcard sql_bits/*.sql)