diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2010-05-05 08:15:20 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2010-05-05 08:39:09 (GMT) |
commit | a976ba471d35fd57857b05cee5fdb4d6aa64c961 (patch) | |
tree | 53a3bf65ec73674107b118d3508dafb67dc7ba7b /tools/configure | |
parent | 0e5924bc207d7de29b28fb223a2027d5d2d694fa (diff) | |
download | Qt-a976ba471d35fd57857b05cee5fdb4d6aa64c961.zip Qt-a976ba471d35fd57857b05cee5fdb4d6aa64c961.tar.gz Qt-a976ba471d35fd57857b05cee5fdb4d6aa64c961.tar.bz2 |
correct misleading note in configure on Windows
the option given in the note would not work if used as described.
Reviewed-by: Zeno Albisser
Task-number: QTBUG-2089
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index bfa7445..79864f8 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3457,7 +3457,7 @@ void Configure::displayConfig() cout << "NOTE: When linking against OpenSSL, you can override the default" << endl; cout << "library names through OPENSSL_LIBS." << endl; cout << "For example:" << endl; - cout << " configure -openssl-linked OPENSSL_LIBS='-lssleay32 -llibeay32'" << endl; + cout << " configure -openssl-linked OPENSSL_LIBS=\"-lssleay32 -llibeay32\"" << endl; } if( dictionary[ "ZLIB_FORCED" ] == "yes" ) { QString which_zlib = "supplied"; |