From a741551866c6a62b75fe48ef1f81e718b17fef21 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 22 Feb 2007 14:27:45 +0000 Subject: -ldraw no longer implies -lX11 --- bin/9l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/9l') 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 -- cgit v1.2.3