From 3da597804f103e6b6ac52bf66a83d705d8c7748c Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 23 Jan 2013 11:11:21 -0800 Subject: Fix srcdir != builddir error in check-debug Another fix for the fragile check-debug test where a message about adding to the pkg-config path expected '.' to be the srcdir. --- check/check-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') diff --git a/check/check-debug b/check/check-debug index 8556378..5ee95f2 100755 --- a/check/check-debug +++ b/check/check-debug @@ -8,7 +8,7 @@ set -e # more than desirable. RESULT="PKG_CONFIG_DEBUG_SPEW variable enabling debug spew -Adding directory '.' from PKG_CONFIG_PATH +Adding directory '$srcdir' from PKG_CONFIG_PATH Global variable definition 'pc_sysrootdir' = '/' Global variable definition 'pc_top_builddir' = '\$(top_builddir)' Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0 -- cgit v1.2.1