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 | 85afbfffdcd9b95eaa8e81af344dabff87084c59 (patch) | |
tree | 856a02d075ca2d88533ccbbc549383c3306fb764 /configure.in | |
parent | 8c7a29b9a739ba1f4e299017002d03874138509d (diff) | |
download | emacs-85afbfffdcd9b95eaa8e81af344dabff87084c59.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). |