This commit is contained in:
leaf%mozilla.org 2000-05-26 22:00:11 +00:00
Родитель c3a45abd30
Коммит 224bf98424
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7650,7 +7650,7 @@ if test ! "$GNU_CXX"; then
case $target in
*-solaris*)
if test ! -z "`${CC} -V 2>&1 | head -1 | grep '5.0'`" && test "$SUNWSPRO5_VTABLE"; then
if test ! -z "`${CC} -V 2>&1 | head -1 | grep -v '4.2'`" && test "$SUNWSPRO5_VTABLE"; then
CXX="$CXX -library=iostream"
LIBS="-liostream -lCrun $LIBS"
else