summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-03 18:26:47 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-03 18:26:47 (GMT)
commitbd49bada206f233bbac09ce1333db42d2a8a0485 (patch)
tree9761547355d4d8e822cd6c576bf23c266a0a4997 /configure
parent417771c1a5434885e1e7bc1edcd93a36e7a7fe52 (diff)
downloadQt-bd49bada206f233bbac09ce1333db42d2a8a0485.zip
Qt-bd49bada206f233bbac09ce1333db42d2a8a0485.tar.gz
Qt-bd49bada206f233bbac09ce1333db42d2a8a0485.tar.bz2
fix misleading hint
it is "FOO=bar ./configure", not "./configure FOO=bar". Task-number: QTBUG-11058
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0cf7542..eaae2d1 100755
--- a/configure
+++ b/configure
@@ -7561,7 +7561,7 @@ if [ "$CFG_OPENSSL" = "linked" ] && [ "$OPENSSL_LIBS" = "" ]; then
echo "NOTE: When linking against OpenSSL, you can override the default"
echo "library names through OPENSSL_LIBS."
echo "For example:"
- echo " ./configure -openssl-linked OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto'"
+ echo " OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked"
echo
fi
if [ "$PLATFORM_MAC" = "yes" ] && [ "$CFG_FRAMEWORK" = "yes" ] && [ "$CFG_DEBUG" = "yes" ] && [ "$CFG_DEBUG_RELEASE" = "no" ]; then