summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")