== 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:
parent
7c38da34e3
commit
f29f6fa66c
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue