Comment out unused option (--enable-mail-compose).

This commit is contained in:
slamm%netscape.com 1999-08-03 20:44:51 +00:00
Родитель fadd72a877
Коммит cf9f0fda5f
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1989,9 +1989,9 @@ then
exit 1 exit 1
fi fi
MOZ_ARG_ENABLE_BOOL(mail-compose, dnl MOZ_ARG_ENABLE_BOOL(mail-compose,
[ --enable-mail-compose Enable old Messenger mail composer], dnl [ --enable-mail-compose Enable old Messenger mail composer],
[ MOZ_MAIL_COMPOSE=1 MOZ_EDITOR=1 ]) dnl [ MOZ_MAIL_COMPOSE=1 MOZ_EDITOR=1 ])
dnl The new mail app is "smart-mail" dnl The new mail app is "smart-mail"
dnl MOZ_ARG_ENABLE_BOOL(smart-mail, dnl MOZ_ARG_ENABLE_BOOL(smart-mail,