This commit is contained in:
akkana%netscape.com 1998-12-19 00:10:52 +00:00
Родитель 6484329b09
Коммит 48bf0aaa89
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -143,6 +143,9 @@ CONFIG_NSPR_FLAG = --with-nspr=$(NSPR_INSTALL_DIR)
# Enable editor ... might want to do this conditionally
CONFIG_EDITOR_FLAG = --enable-editor
# Turn on debug:
DEBUG_FLAG = --enable-debug
CONFIG_FLAGS = $(CONFIG_TOOLKIT_FLAG) $(CONFIG_NSPR_FLAG) $(CONFIG_EDITOR_FLAG)
#