== is not a valid POSIX compare, use =

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1672 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-08-11 14:19:18 +00:00
parent 7c38da34e3
commit f29f6fa66c

2
tools/configure vendored
View file

@ -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)"