diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-08-02 00:25:47 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-08-02 00:29:50 (GMT) |
commit | 71166652ef13edb9ca19cf0f30a59112e158c72d (patch) | |
tree | ade3c768162ea519c72399739f8b3f9aa29561af /configure | |
parent | e93d11c733bb44208089a7488c6e7a176468d407 (diff) | |
download | Qt-71166652ef13edb9ca19cf0f30a59112e158c72d.zip Qt-71166652ef13edb9ca19cf0f30a59112e158c72d.tar.gz Qt-71166652ef13edb9ca19cf0f30a59112e158c72d.tar.bz2 |
Fixed configure on Solaris.
Fixes: "test: argument expected"
Need whitespace before closing ] .
Reviewed-by: Toby Tomkins
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8438,7 +8438,7 @@ for file in .projects .projects.3; do *winmain/winmain.pro) [ "$XPLATFORM_MINGW" = "yes" ] || continue SPEC=$XQMAKESPEC ;; - *s60main/s60main.pro) if [ -z "`echo "$XPLATFORM" | grep "symbian" >/dev/null`"]; then + *s60main/s60main.pro) if [ -z "`echo "$XPLATFORM" | grep "symbian" >/dev/null`" ]; then continue fi;; *examples/activeqt/*) continue ;; |