summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
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)"