diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2011-07-06 20:24:33 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2011-07-06 20:24:33 -0700 |
commit | 76b397fb2aaecf9f71b6a914dea4a5ff7b486d18 (patch) | |
tree | 24e0655df25baaa8c19015a18435f3055fe2ddc4 /configure.in | |
parent | 9970bcb27c7ed4e4a049eb9a90d1008b0702bdb4 (diff) | |
download | emacs-76b397fb2aaecf9f71b6a914dea4a5ff7b486d18.tar.gz |
Simplify Irix build, remove iris4d.h file.
* configure.in: Remove reference to iris4d.h.
* src/m/iris4d.h: Remove file, move contents ...
* src/s/irix6-5.h: ... here.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2c258174d46..25e19f43a94 100644 --- a/configure.in +++ b/configure.in @@ -536,7 +536,7 @@ case "${canonical}" in ## Silicon Graphics machines ## Iris 4D mips-sgi-irix6.5 ) - machine=iris4d opsys=irix6-5 + opsys=irix6-5 # Without defining _LANGUAGE_C, things get masked out in the headers # so that, for instance, grepping for `free' in stdlib.h fails and # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). |