diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-02 00:00:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-02 00:00:31 +0000 |
commit | 39def718d1d4d40801b208a4ee96d57cb80477c6 (patch) | |
tree | 503ef31749bb8ca7939ad717a1f614aaf8bf90ec /configure.in | |
parent | 651fc2d23d21c68bb06757fcbccf717da71ec55c (diff) | |
download | emacs-39def718d1d4d40801b208a4ee96d57cb80477c6.tar.gz |
(alpha-*-netbsd*): New alternative.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8687b4061d6..086b28b3c6e 100644 --- a/configure.in +++ b/configure.in @@ -155,6 +155,7 @@ case "${canonical}" in *-*-netbsd* ) opsys=netbsd case "${canonical}" in + alpha-*-netbsd*) machine=alpha ;; i[3456]86-*-netbsd*) machine=intel386 ;; m68k-*-netbsd*) # This is somewhat bogus. |