From e13fa011e285e2249f2e5ebfe7f2b6ed948990a6 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Sat, 24 Apr 1993 01:08:35 +0000 Subject: [PATCH] default is the tree supports X11 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 806be61579c..50fa5e92ddb 100644 --- a/configure.in +++ b/configure.in @@ -111,9 +111,9 @@ esac # it's not even worth trying to configure, much less build, that tool. case ${with_x} in - yes) # the default value for this tree is that X11 is available + yes | "") # the default value for this tree is that X11 is available ;; - no | "") + no) configdirs=`echo ${configdirs} | sed -e 's/tk//'` ;; *) -- 2.30.2