summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-03 20:26:47 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-03 20:26:47 +0200
commitbd49bada206f233bbac09ce1333db42d2a8a0485 (patch)
tree9761547355d4d8e822cd6c576bf23c266a0a4997
parent417771c1a5434885e1e7bc1edcd93a36e7a7fe52 (diff)
fix misleading hint
it is "FOO=bar ./configure", not "./configure FOO=bar". Task-number: QTBUG-11058
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0cf75420a9..eaae2d1600 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