Skip to content
Snippets Groups Projects
Commit 7af0b344 authored by cls%seawood.org's avatar cls%seawood.org
Browse files

Remove extraneous spaces from variable assignment.

Thanks to Masaki Katakai <katakai@japan.sun.com> for the patch.
Bug #100275 r=cls
parent 3ce1d55d
No related branches found
No related tags found
No related merge requests found
......@@ -3421,7 +3421,7 @@ MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm inspector access-builtin
dnl Check if Thai Rendering Extension needs to be enabled
if test -n "$SUNCTL"; then
MOZ_EXTENSIONS_DEFAULT = "$MOZ_EXTENSIONS_DEFAULT ctl"
MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT ctl"
fi
MOZ_ARG_WITH_STRING(extensions,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment