summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-04-18 15:48:29 -0700
committerQt by Nokia <qt-info@nokia.com>2012-04-19 01:57:58 +0200
commitee166bbce0b65abbc407dceeaefd1c7eb247febb (patch)
treeec7fa24f86467671ca18ba3b2d72633fab96cb71 /configure
parentb3e55fbf4ec8b260d358640808ea459a5125049b (diff)
configure: fix script error with -help
configure -help results in the following error: [: 3174: missing ] Change-Id: Ibe7a5292087924d3efd0c87d9fb91deee831171f Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dce0299fb8..5e08b43fab 100755
--- 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