aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPeter O'Gorman2011-01-23 17:00:22 -0500
committerChong Yidong2011-01-23 17:00:22 -0500
commit6de1218f3cbfabdb60446cffc5013962aa434de0 (patch)
treee282f0a03f51f935a2b9a818e3dd09e0d5eeac06 /configure
parentfdbd21a4827f00949986733c041fa814b1e4d143 (diff)
downloademacs-6de1218f3cbfabdb60446cffc5013962aa434de0.tar.gz
emacs-6de1218f3cbfabdb60446cffc5013962aa434de0.zip
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')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index c26ba818f26..66c9737a43a 100755
--- a/configure
+++ b/configure
@@ -3182,6 +3182,10 @@ $as_echo "#define HAVE_CRTIN /**/" >>confdefs.h
3182 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" 3182 CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
3183 ;; 3183 ;;
3184 3184
3185 ia64*-hp-hpux1[1-9]* )
3186 machine=hp800 opsys=hpux11
3187 ;;
3188
3185 hppa*-*-linux-gnu* ) 3189 hppa*-*-linux-gnu* )
3186 machine=hp800 opsys=gnu-linux 3190 machine=hp800 opsys=gnu-linux
3187 ;; 3191 ;;