summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-30 08:37:08 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-30 21:52:33 +0200
commita7fe1a0a088b2d3d68e3fc4b0d3e8d5a34f3e203 (patch)
treed07b4e8869b505983c4266efc04cc120e2c80838 /set_soenv.in
parentFix indentation (diff)
downloadcore-a7fe1a0a088b2d3d68e3fc4b0d3e8d5a34f3e203.tar.gz
core-a7fe1a0a088b2d3d68e3fc4b0d3e8d5a34f3e203.zip
Bin an obsolete X11 on MacOSX related bit
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/set_soenv.in b/set_soenv.in
index e575ec860163..5c0166444255 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1259,10 +1259,6 @@ elsif ($platform =~ m/cygwin|mingw32/)
}
elsif ($platform =~ m/darwin/)
{ $SOLARLIB = $L.'$SOLARVER'.$ds.'$INPATH'.$LIB;
- # [ed] 6/15/02 Add in X11 libraries onto the library path
- if ($GUIBASE eq "unx") {
- $SOLARLIB .= $L.$XLIB;
- }
}
if ($SYSTEM_MOZILLA eq "YES")