summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2013-10-25 20:28:22 +0000
committerJustin Ross <jross@apache.org>2013-10-25 20:28:22 +0000
commitf221c402bf4d358753d5c1097ef1d306fec1b35d (patch)
tree0e56cfac6476d77173150e9afeb928c082aa75b3 /cpp
parenta5aec76a2aab6967396f2672849531932e9ea121 (diff)
downloadqpid-python-f221c402bf4d358753d5c1097ef1d306fec1b35d.tar.gz
NO-JIRA: Correct pkg-config example vars
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL
index e65a8654dd..e5aed5674d 100644
--- a/cpp/INSTALL
+++ b/cpp/INSTALL
@@ -238,7 +238,7 @@ Ensure that pkg-config is set up correctly. This is especially important
if you have built the dependencies from source, as they may not be installed
in the default system location. For example:
- # export PKG_CONFIG_PATH=~/qpid-tools/lib/pkgconfig:/usr/local/pkgconfig
+ # export PKG_CONFIG_PATH=~/qpid-tools/lib/pkgconfig:/usr/local/lib/pkgconfig
# export PKG_CONFIG=~/qpid-tools/bin/pkg-config
Ensure that the boost libraries are made available on the gcc library path.