summaryrefslogtreecommitdiff
path: root/qpid/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
commit7bfb37b25f7739331056330539a17b9c5c0c9ad4 (patch)
treeb71eaa3b026e56e807afbd8771931ead39e8f28f /qpid/cpp
parent3faf0d37ebb9ce64a6fdf39c03c84042902c1107 (diff)
downloadqpid-python-7bfb37b25f7739331056330539a17b9c5c0c9ad4.tar.gz
NO-JIRA: Correct pkg-config example vars
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL
index e65a8654dd..e5aed5674d 100644
--- a/qpid/cpp/INSTALL
+++ b/qpid/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.