aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-02-22 14:27:45 +0000
committerrsc <devnull@localhost>2007-02-22 14:27:45 +0000
commita741551866c6a62b75fe48ef1f81e718b17fef21 (patch)
tree696a27a6579348edaa17f338db09da3ba504ca89 /bin
parent09cd35eb36124003f65a74b9011fac834a1e3c29 (diff)
downloadplan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.gz
plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.bz2
plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.zip
-ldraw no longer implies -lX11
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index fc1474ee..7cec21d5 100755
--- a/bin/9l
+++ b/bin/9l
@@ -168,7 +168,7 @@ then
libsl="$libsl -lresolv"
fi
- if [ "x$needdraw" = xtrue -a "x$WSYSTYPE" != xnowsys ]
+ if [ "x$needX11" = xtrue -a "x$WSYSTYPE" != xnowsys ]
then
if [ "x$X11" = "x" ]
then