diff options
| author | Robert Hak <adiamas@rockbox.org> | 2002-08-11 14:19:18 +0000 |
|---|---|---|
| committer | Robert Hak <adiamas@rockbox.org> | 2002-08-11 14:19:18 +0000 |
| commit | f29f6fa66c4ce3243472efca20258cf30406e2cf (patch) | |
| tree | 7319ceb93b131c53a30fc8d96b6cfac78f6433d0 /tools | |
| parent | 7c38da34e3852e96175fe9d21f4b070393b744e4 (diff) | |
| download | rockbox-f29f6fa66c4ce3243472efca20258cf30406e2cf.zip rockbox-f29f6fa66c4ce3243472efca20258cf30406e2cf.tar.gz rockbox-f29f6fa66c4ce3243472efca20258cf30406e2cf.tar.bz2 rockbox-f29f6fa66c4ce3243472efca20258cf30406e2cf.tar.xz | |
== is not a valid POSIX compare, use =
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1672 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index bf89d88..666343d 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)" |