diff options
author | Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> | 2011-01-23 17:00:22 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-01-23 17:00:22 -0500 |
commit | 6de1218f3cbfabdb60446cffc5013962aa434de0 (patch) | |
tree | e282f0a03f51f935a2b9a818e3dd09e0d5eeac06 /configure.in | |
parent | fdbd21a4827f00949986733c041fa814b1e4d143 (diff) | |
download | emacs-6de1218f3cbfabdb60446cffc5013962aa434de0.tar.gz |
Two more hunks from the HP-UX patch at Bug#6811.
* configure.in: Add HP-UX on IA64 (Bug#6811).
* src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b75f965cfa7..fd1c62ccb7d 100644 --- a/configure.in +++ b/configure.in @@ -493,6 +493,10 @@ dnl see the `changequote' comment above. CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" ;; + ia64*-hp-hpux1[1-9]* ) + machine=hp800 opsys=hpux11 + ;; + hppa*-*-linux-gnu* ) machine=hp800 opsys=gnu-linux ;; |