diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-02-11 23:40:37 +0000 | 
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-02-11 23:40:37 +0000 | 
| commit | 210fbc32ee9708983cf3dde81d370909846b259a (patch) | |
| tree | 0e23d3d5ce4c889aef88799818b9c3a60f016288 | |
| parent | f7fab165d07ce7839ba8233da95514ed63099b26 (diff) | |
| download | emacs-210fbc32ee9708983cf3dde81d370909846b259a.tar.gz | |
Fix typo in previous change.
| -rwxr-xr-x | config.sub | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 0223922fc91..8cf47544ff5 100755 --- a/config.sub +++ b/config.sub @@ -657,7 +657,7 @@ case $os in  	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ -	      | -cygwin32* | -pe* -psos*) +	      | -cygwin32* | -pe* | -psos*)  	# Remember, each alternative MUST END IN *, to match a version number.  		;;  	-sunos5*)  | 
