diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-10-19 22:48:52 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-10-19 22:48:52 +0000 |
commit | bde095f9ac718b2b22f98aa96d9d6c0961999587 (patch) | |
tree | f6a27432df5fdddabbe7ef445103d43af0327772 /configure | |
parent | 1885ff2b78b5f72f107a645a615ae7aeaa475aea (diff) | |
download | emacs-bde095f9ac718b2b22f98aa96d9d6c0961999587.tar.gz |
(vac-dec-vms): Remove, not supported anymore.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure index 390875f1074..ee6871bf1a3 100755 --- a/configure +++ b/configure @@ -2829,15 +2829,6 @@ _ACEOF esac ;; - ## Vaxen. - vax-dec-* ) - machine=vax - case "${canonical}" in - *-vms* ) opsys=vms ;; - * ) unported=yes - esac - ;; - ## IA-64 ia64*-*-linux* ) machine=ia64 opsys=gnu-linux |