summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-08-02 10:25:47 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-08-02 10:29:50 +1000
commit71166652ef13edb9ca19cf0f30a59112e158c72d (patch)
treeade3c768162ea519c72399739f8b3f9aa29561af /configure
parente93d11c733bb44208089a7488c6e7a176468d407 (diff)
downloadqt4-tools-71166652ef13edb9ca19cf0f30a59112e158c72d.tar.gz
Fixed configure on Solaris.
Fixes: "test: argument expected" Need whitespace before closing ] . Reviewed-by: Toby Tomkins
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c61250b0ab..5a5ff0939f 100755
--- a/configure
+++ b/configure
@@ -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 ;;