diff options
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)" |