diff options
author | David D. Zuhn <zoo@cygnus> | 1993-04-09 20:58:44 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-04-09 20:58:44 +0000 |
commit | 6a42d1847267d8e1e0539a28528431617de0e70d (patch) | |
tree | ac9aad3c91a960fef64fcf2c9835be47afa5c8dd /configure.in | |
parent | 944c1c2f3179dade4c1291a22e2bbde72f22be2d (diff) | |
download | gdb-6a42d1847267d8e1e0539a28528431617de0e70d.zip gdb-6a42d1847267d8e1e0539a28528431617de0e70d.tar.gz gdb-6a42d1847267d8e1e0539a28528431617de0e70d.tar.bz2 |
* configure.in: add comment for --with-x default values
* config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
* Makefile.in: add check-* targets for each of the directories in
the tree. Add a definition of RUNTEST that will use the one we
just built, if it exists. Pass this down via FLAGS_TO_PASS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7d28c07..ee38f9f 100644 --- a/configure.in +++ b/configure.in @@ -111,7 +111,8 @@ esac # it's not even worth trying to configure, much less build, that tool. case ${with_x} in - yes) ;; + yes) # the default value for this tree is that X11 is available + ;; no | "") configdirs=`echo ${configdirs} | sed -e 's/tk//'` ;; |