configure25: #i98363# fix match in set_soenv on Solaris 10
This commit is contained in:
parent
2bdd03ee6b
commit
01b9b273c3
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ if ($platform =~ m/linux|freebsd|netbsd/)
|
|||
# This simply adds an include path, so even cases that break the FHS work
|
||||
$SOLARINC .= $STLPORT_inc_stlport;
|
||||
}
|
||||
if ($platform =~ m/solaris/ && $CC !=~ "gcc")
|
||||
if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
|
||||
{
|
||||
$SOLARINC .= '/SC5 ';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue