mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Automated update
This commit is contained in:
parent
c3a45abd30
commit
224bf98424
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user