diff options
-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" # |