This commit is contained in:
leaf%mozilla.org 2000-03-14 03:30:10 +00:00
Родитель 77b24a5876
Коммит f07094a049
1 изменённых файлов: 2 добавлений и 2 удалений

4
configure поставляемый
Просмотреть файл

@ -857,7 +857,7 @@ then
* *
* To clean up the source tree: * To clean up the source tree:
* 1. cd $_topsrcdir * 1. cd $_topsrcdir
* 2. gmake -f client.mk cleansrcdir * 2. gmake distclean
*** ***
EOF EOF
exit 1 exit 1
@ -10373,7 +10373,7 @@ CFLAGS=$_SAVE_CFLAGS
LDFLAGS=$_SAVE_LDFLAGS LDFLAGS=$_SAVE_LDFLAGS
LIBS=$_SAVE_LIBS LIBS=$_SAVE_LIBS
if test ! -z "$MISSING_FULLCIRCLE"; then if test "$MISSING_FULLCIRCLE"; then
echo echo
echo "Could not find FullCircle library -- ignoring it" echo "Could not find FullCircle library -- ignoring it"
echo echo