diff options
author | Gareth Pethig <gareth.pethig@nokia.com> | 2009-06-26 06:26:56 (GMT) |
---|---|---|
committer | Gareth Pethig <gareth.pethig@nokia.com> | 2009-06-26 06:26:56 (GMT) |
commit | 7278c142089d46946d1ad2558eae949220dfe0c4 (patch) | |
tree | d1cfeaa2d4b8732ff4cb48e9855d2a57ce7a67a1 /configure | |
parent | 1e9b20cb6603b61f8d07a9f1da927dbf94f8525a (diff) | |
download | Qt-7278c142089d46946d1ad2558eae949220dfe0c4.zip Qt-7278c142089d46946d1ad2558eae949220dfe0c4.tar.gz Qt-7278c142089d46946d1ad2558eae949220dfe0c4.tar.bz2 |
Eliminate warning during configure
.../configure: line 4462: [: missing `]'
Reviewed-by: Jason McDonald
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4459,7 +4459,7 @@ for _SQLDR in $CFG_SQL_AVAILABLE; do ;; odbc) if [ "$CFG_SQL_odbc" != "no" ]; then - if [ "$PLATFORM_MAC" != "yes"] && "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/odbc "ODBC" $L_FLAGS $I_FLAGS $l_FLAGS $MAC_CONFIG_TEST_COMMANDLINE; then + if [ "$PLATFORM_MAC" != "yes" ] && "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/odbc "ODBC" $L_FLAGS $I_FLAGS $l_FLAGS $MAC_CONFIG_TEST_COMMANDLINE; then if [ "$CFG_SQL_odbc" = "auto" ]; then CFG_SQL_odbc=plugin fi |