Default of 0 on MOZ_ENDER_LITE actually made it default to ON. Turn it back off

This commit is contained in:
akkana%netscape.com 2000-05-17 05:05:26 +00:00
Родитель 050f2e66da
Коммит f13b0bd778
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2639,7 +2639,7 @@ fi
AC_SUBST(MOZ_MAIL_NEWS)
dnl Turn on the new lightweight gfx text control frames
MOZ_ENDER_LITE=0
MOZ_ENDER_LITE=
MOZ_ARG_ENABLE_BOOL(ender-lite,
[ --enable-ender-lite Enable new lightweight text control frames],
MOZ_ENDER_LITE=1 )