summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 445cc006c5..12a8bab375 100755
--- a/configure
+++ b/configure
@@ -6893,7 +6893,7 @@ if [ "$CFG_ARCH" != "$CFG_HOST_ARCH" ]; then
;;
esac
else
- if [ -n "$_SBOX_DIR" -a "$CFG_ARCH" == "arm" ]; then
+ if [ -n "$_SBOX_DIR" -a "$CFG_ARCH" = "arm" ]; then
# QEMU crashes when building inside Scratchbox with an ARM target
canUseV8Snapshot="no"
fi