From: Blue Swirl Date: Tue, 17 Nov 2009 21:27:18 +0000 (+0000) Subject: Fix typo X-Git-Tag: TizenStudio_2.0_p2.3~6645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccfc4ad7ed97b911b146ddc1bdde019b19038c9d;p=sdk%2Femulator%2Fqemu.git Fix typo Signed-off-by: Blue Swirl --- diff --git a/configure b/configure index a49aaef..278966d 100755 --- a/configure +++ b/configure @@ -2188,7 +2188,7 @@ case "$target" in target_darwin_user="yes" ;; ${target_arch2}-bsd-user) - if test "bsd" != "yes" ; then + if test "$bsd" != "yes" ; then echo "ERROR: Target '$target' is only available on a BSD host" exit 1 fi