configure: fix script error with -help
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Wed, 18 Apr 2012 22:48:29 +0000 (15:48 -0700)
committerQt by Nokia <qt-info@nokia.com>
Wed, 18 Apr 2012 23:57:58 +0000 (01:57 +0200)
configure -help results in the following error:
[: 3174: missing ]

Change-Id: Ibe7a5292087924d3efd0c87d9fb91deee831171f
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
configure

index dce0299..5e08b43 100755 (executable)
--- a/configure
+++ b/configure
@@ -2816,7 +2816,7 @@ if [ "$OPT_HELP" = "yes" ]; then
         EGLFSN=" "
     fi
 
-    if [ "$CFG_DIRECTFB" = "no"]; then
+    if [ "$CFG_DIRECTFB" = "no" ]; then
         DFBY=" "
         DFBN="*"
     else