From ee166bbce0b65abbc407dceeaefd1c7eb247febb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 18 Apr 2012 15:48:29 -0700 Subject: configure: fix script error with -help configure -help results in the following error: [: 3174: missing ] Change-Id: Ibe7a5292087924d3efd0c87d9fb91deee831171f Reviewed-by: Rohan McGovern --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3