diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-10 13:14:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-10 13:45:06 +0200 |
commit | 3a28346b21bbc9d1801a2aee37969675903102a9 (patch) | |
tree | 2d980de3e8d8603b7ed849ca3684764c7269763a /set_soenv.in | |
parent | 71cbcb62028295a98ceee60cb4c4ee425bafcd2e (diff) |
Avoid silly -Ino_x_includes in $SOLARINC
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index 322efce5530f..a5eb653a0a59 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1307,7 +1307,7 @@ if ($platform =~ m/solaris/ && ! $CC =~ "gcc") } #The tail, if needed if ($platform =~ m/linux|freebsd|netbsd|aix|openbsd|dragonfly/) - { if ( $XINC ne "/usr/include" ) { + { if ( $XINC ne "/usr/include" && $XINC ne 'no_x_includes' ) { $SOLARINC .= $I.$XINC; } } |