diff options
author | Brendan Kehoe <brendan@cygnus> | 1995-10-05 20:27:24 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1995-10-05 20:27:24 +0000 |
commit | f4791d95f1ff9ffdf107b1fbf79aa6e3bf58c441 (patch) | |
tree | f821dfcd767bd5a1cb905bf33153a49ac875e937 /configure.in | |
parent | aca736871c2567ee38bd285afdff62d6339790e4 (diff) | |
download | gdb-f4791d95f1ff9ffdf107b1fbf79aa6e3bf58c441.zip gdb-f4791d95f1ff9ffdf107b1fbf79aa6e3bf58c441.tar.gz gdb-f4791d95f1ff9ffdf107b1fbf79aa6e3bf58c441.tar.bz2 |
* configure.in: Allow configuration and build of emacs19 for the alpha.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 82cb6da..531e89f 100644 --- a/configure.in +++ b/configure.in @@ -354,9 +354,8 @@ case "${target}" in ;; alpha-dec-osf*) # ld works, but does not support shared libraries. emacs doesn't - # work. newlib is not 64 bit ready. I'm not sure about emacs19, - # fileutils or grep. - noconfigdirs="$noconfigdirs ld emacs emacs19 fileutils grep newlib" + # work. newlib is not 64 bit ready. I'm not sure about fileutils or grep. + noconfigdirs="$noconfigdirs ld emacs fileutils grep newlib" ;; alpha*-*-*) # newlib is not 64 bit ready |