default is the tree supports X11
authorDavid D. Zuhn <zoo@cygnus>
Sat, 24 Apr 1993 01:08:35 +0000 (01:08 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Sat, 24 Apr 1993 01:08:35 +0000 (01:08 +0000)
configure.in

index 806be61579ce693c7b23a094bc73a4383df4d118..50fa5e92ddbc4469db2f52aff2d5bcdd9046dc19 100644 (file)
@@ -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//'`
        ;;
   *)
This page took 0.024641 seconds and 4 git commands to generate.