diff options
author | NIIBE Yutaka <[email protected]> | 2018-08-30 02:25:10 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-08-30 02:25:10 +0000 |
commit | 3f96c9c1d103e3e77be474da3a87c3bf69915726 (patch) | |
tree | 5edeedeaa08141729c2152ceb870aa7fa97344b8 | |
parent | New func read_config_from_stdin and cleanup_vars_attrs. (diff) | |
download | libgpg-error-3f96c9c1d103e3e77be474da3a87c3bf69915726.tar.gz libgpg-error-3f96c9c1d103e3e77be474da3a87c3bf69915726.zip |
PKG_CONFIG_PATH change.
-rw-r--r-- | src/gpg-error-config-head.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error-config-head.in b/src/gpg-error-config-head.in index 1c50fa0..c6219f2 100644 --- a/src/gpg-error-config-head.in +++ b/src/gpg-error-config-head.in @@ -13,5 +13,5 @@ prefix=@prefix@ datarootdir=@datarootdir@ datadir=@datadir@ -PKG_CONFIG_PATH="${datadir}/pkgconfig" +PKG_CONFIG_PATH="$PKG_CONFIG_PATH${PKG_CONFIG_PATH:+:}${datadir}/pkgconfig" # |