[sgen] Pass the reference, not just its location, to sgen_add_to_global_remset().
[mono.git] / autogen.sh
index 06ad5c886641c46c4230aec946122282c7b983f2..ad24da8e13b1b5935379723f6a35cbd2f39d7521 100755 (executable)
@@ -108,7 +108,7 @@ fi
 #
 has_ext_mod=false
 for PARAM; do
-    if test $PARAM = "--enable-extension-module" ; then
+    if test "$PARAM" = "--enable-extension-module" ; then
                has_ext_mod=true
        fi
 done