From f29f6fa66c4ce3243472efca20258cf30406e2cf Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Sun, 11 Aug 2002 14:19:18 +0000 Subject: [PATCH] == is not a valid POSIX compare, use = git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1672 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index bf89d88929..666343d0a3 100755 --- a/tools/configure +++ b/tools/configure @@ -180,7 +180,7 @@ if [ -z "$target" ]; then esac fi -if [ "-" == "$extra_defines" ]; then +if [ "-" = "$extra_defines" ]; then if [ "-DARCHOS_RECORDER" = "$target" ] ; then echo "Loadable fonts support? (N)"