Automated update

This commit is contained in:
leaf%mozilla.org 2000-05-26 22:00:11 +00:00
parent c3a45abd30
commit 224bf98424

2
configure vendored
View File

@ -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