Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #231 from hiikezoe/bug1154002
Browse files Browse the repository at this point in the history
Bug 1154002 - Fix breakage of mach command.
  • Loading branch information
seinlin committed Apr 15, 2015
2 parents 42b56ff + 82e4b7d commit f2f2f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-gecko-config
Expand Up @@ -33,7 +33,7 @@ fi
ac_add_options --with-ccache

if [ "${DISABLE_JEMALLOC:-0}" != "0" ] ||
[ "$PLATFORM_SDK_VERSION" -ge "22" -a "$MALLOC_IMPL" != "dlmalloc" ]; then
[ "${PLATFORM_SDK_VERSION:-0}" -ge "22" -a "$MALLOC_IMPL" != "dlmalloc" ]; then
ac_add_options --disable-jemalloc
fi

Expand Down

0 comments on commit f2f2f0c

Please sign in to comment.