configure25: #i98363# fix match in set_soenv on Solaris 10

This commit is contained in:
Rene Engelhard 2010-06-22 17:22:35 +02:00
parent 2bdd03ee6b
commit 01b9b273c3

View file

@ -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 ';
}