You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/10/25 22:28:23 UTC

svn commit: r1535853 - /qpid/trunk/qpid/cpp/INSTALL

Author: jross
Date: Fri Oct 25 20:28:22 2013
New Revision: 1535853

URL: http://svn.apache.org/r1535853
Log:
NO-JIRA: Correct pkg-config example vars

Modified:
    qpid/trunk/qpid/cpp/INSTALL

Modified: qpid/trunk/qpid/cpp/INSTALL
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/INSTALL?rev=1535853&r1=1535852&r2=1535853&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/INSTALL (original)
+++ qpid/trunk/qpid/cpp/INSTALL Fri Oct 25 20:28:22 2013
@@ -238,7 +238,7 @@ Ensure that pkg-config is set up correct
 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org