summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-08-02 00:25:47 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-08-02 00:29:50 (GMT)
commit71166652ef13edb9ca19cf0f30a59112e158c72d (patch)
treeade3c768162ea519c72399739f8b3f9aa29561af /configure
parente93d11c733bb44208089a7488c6e7a176468d407 (diff)
downloadQt-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c61250b..5a5ff09 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 ;;