Turn editor on by default; use --disable-editor to turn it off

This commit is contained in:
akkana%netscape.com 1999-04-05 22:21:02 +00:00
Родитель b5a69a3310
Коммит 757ae91c44
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -885,9 +885,12 @@ MOZ_ARG_DISABLE_BOOL(build-xpfe,
[ --disable-build-xpfe Dont build mozilla/xpfe],
MOZ_BUILD_XPFE= )
MOZ_ARG_ENABLE_BOOL(editor,
[ --enable-editor Enable editor],
MOZ_EDITOR=1)
dnl build editor by default
MOZ_EDITOR=1
MOZ_ARG_DISABLE_BOOL(editor,
[ --disable-editor Dont build the editor],
MOZ_EDITOR= )
dnl Remove this once clipboard is working.
MOZ_ARG_ENABLE_BOOL(new-clipboard,