From 14122d6c047c72969cf47ed02aba660f2fc59b1c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 8 Oct 2012 14:05:03 -0700 Subject: [PATCH] configure: Fix test for equality to use = instead of == --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 417b1319995..44028f6f9a5 100755 --- a/configure +++ b/configure @@ -346,7 +346,7 @@ step_msg "running submodule autoconf scripts" CFG_SUBMODULES="libwapcaplet rust-harfbuzz rust-opengles rust-azure rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub libcss servo-sandbox rust-hubbub sharegl rust-mozjs mozjs" -if [ $CFG_OSTYPE == "darwin" ] +if [ $CFG_OSTYPE = "darwin" ] then CFG_SUBMODULES="rust-cocoa rust-io-surface rust-core-foundation ${CFG_SUBMODULES}" fi