tests: Remove PG_CONFIG from TESTS_ENVIRONMENT.
[pspp-builds.git] / tests / automake.mk
index 2a265ff52694edbf3d8b8f7d018f63f1a3df0990..c080d205bb05be2ff7ef99fcf75bae2e1bed3a92 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
 TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)'
-TESTS_ENVIRONMENT += PERL='$(PERL)' PG_CONFIG='$(PG_CONFIG)'
+TESTS_ENVIRONMENT += PERL='$(PERL)'
 
 # Allow locale_charset to find charset.alias before running "make install".
 TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl'