projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64a6c2
)
default is the tree supports X11
author
David D. Zuhn
<zoo@cygnus>
Sat, 24 Apr 1993 01:08:35 +0000
(
01:08
+0000)
committer
David D. Zuhn
<zoo@cygnus>
Sat, 24 Apr 1993 01:08:35 +0000
(
01:08
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 806be61579ce693c7b23a094bc73a4383df4d118..50fa5e92ddbc4469db2f52aff2d5bcdd9046dc19 100644
(file)
--- 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//'`
;;
*)