diff options
author | David D. Zuhn <zoo@cygnus> | 1993-04-24 01:08:35 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-04-24 01:08:35 +0000 |
commit | e13fa011e285e2249f2e5ebfe7f2b6ed948990a6 (patch) | |
tree | d8eec82944dd115b906ad2819e99c28d931306d7 /configure.in | |
parent | a64a6c2b7dfc2df687ac56c7e3bbe97badf479ae (diff) | |
download | gdb-e13fa011e285e2249f2e5ebfe7f2b6ed948990a6.zip gdb-e13fa011e285e2249f2e5ebfe7f2b6ed948990a6.tar.gz gdb-e13fa011e285e2249f2e5ebfe7f2b6ed948990a6.tar.bz2 |
default is the tree supports X11
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 806be61..50fa5e9 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//'` ;; *) |