From 9cf55765b942c580d9db9dc3dc0b156d466e7ca8 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 17 Nov 2009 21:27:18 +0000 Subject: [PATCH] Fix typo Signed-off-by: Blue Swirl --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a49aaef32f..278966d6b6 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