summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGareth Pethig <gareth.pethig@nokia.com>2009-06-26 16:26:56 +1000
committerGareth Pethig <gareth.pethig@nokia.com>2009-06-26 16:26:56 +1000
commit7278c142089d46946d1ad2558eae949220dfe0c4 (patch)
treed1cfeaa2d4b8732ff4cb48e9855d2a57ce7a67a1 /configure
parent1e9b20cb6603b61f8d07a9f1da927dbf94f8525a (diff)
Eliminate warning during configure
.../configure: line 4462: [: missing `]' Reviewed-by: Jason McDonald
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8fee7c920..f9b3030be 100755
--- a/configure
+++ b/configure
@@ -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