Bug 1022349 follow-up: Undo the bad renaming, bustage fix landed on a CLOSED TREE

This commit is contained in:
Ehsan Akhgari 2014-06-13 11:08:04 -04:00
Родитель 905b08b2a8
Коммит b9a106adef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@ if test -z "$BUILDING_JS" -o -n "$JS_STANDALONE"; then
ac_configure_args="$ac_configure_args LD=link CPP=\"$CC -nologo -EP\" \
CXXCPP=\"$CXX -nologo -EP\" SHELL=sh.exe"
flags=
if test -z "$MOZ_NO_DEBUG_flags" -a -n "$MOZ_DEBUG"; then
if test -z "$MOZ_NO_DEBUG_RTL" -a -n "$MOZ_DEBUG"; then
flags=" -DUSE_DEBUG_RTL"
fi
if test -n "$CLANG_CL"; then