default is the tree supports X11
This commit is contained in:
parent
a64a6c2b7d
commit
e13fa011e2
1 changed files with 2 additions and 2 deletions
|
@ -111,9 +111,9 @@ esac
|
||||||
# it's not even worth trying to configure, much less build, that tool.
|
# it's not even worth trying to configure, much less build, that tool.
|
||||||
|
|
||||||
case ${with_x} in
|
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//'`
|
configdirs=`echo ${configdirs} | sed -e 's/tk//'`
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue