Commit 44b04243 authored by Chris AtLee's avatar Chris AtLee
Browse files

Bug 942167: Fix variable expansion r=bustage

parent 27b2c2ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ ac_add_options --enable-profiling
ac_add_options --disable-jemalloc
fi

if [ "${MOZ_NON_UNIFIED}:-0}" != "0" ] ; then
if [ "${MOZ_NON_UNIFIED:-0}" != "0" ] ; then
ac_add_options --disable-unified-compilation
fi