From 71166652ef13edb9ca19cf0f30a59112e158c72d Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 2 Aug 2010 10:25:47 +1000 Subject: Fixed configure on Solaris. Fixes: "test: argument expected" Need whitespace before closing ] . Reviewed-by: Toby Tomkins --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v0.12