diff options
author | Richard Kenner <kenner@gnu.org> | 1994-01-13 10:42:24 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1994-01-13 10:42:24 +0000 |
commit | d699cb4769a591962538e0c04ae8db8b83a881f3 (patch) | |
tree | 33f52d9f2fbddfb19ad0b3c11f62f1e60663eab9 | |
parent | ae82682ff7c4d87cc66b149aeb53d581c435c9de (diff) | |
download | emacs-d699cb4769a591962538e0c04ae8db8b83a881f3.tar.gz |
Fix typo in -hiux* case.
-rwxr-xr-x | config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 5f0e9f3dd1c..c036cf3d2aa 100755 --- a/config.sub +++ b/config.sub @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -72,7 +72,7 @@ case $os in basic_machine=$1 ;; -hiux*) - os==-hiuxwe2 + os=-hiuxwe2 ;; -sco4) os=-sco3.2v4 |