From 2dfd48cdcbaa0bba372025b47580121555396d27 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 20 Jan 2000 11:43:17 +0000 Subject: [PATCH] Added configuration for ia64 (the same as for Alpha). Patch from Stephane Eranian . --- ChangeLog | 5 +++++ lib/configure | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52272d4..be06efd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 20 11:08:32 2000 Martin Mares + + * lib/configure: Added configuration for ia64 (the same as for Alpha). + Patch from Stephane Eranian . + Thu Jan 13 23:01:52 2000 Martin Mares * Released as version 2.1.3. diff --git a/lib/configure b/lib/configure index 84afe12..e7ea209 100755 --- a/lib/configure +++ b/lib/configure @@ -29,7 +29,7 @@ case $sys in echo >>$c '#define HAVE_PM_INTEL_CONF' ok=1 ;; - alpha) echo >>$c '#define HAVE_64BIT_ADDRESS' + alpha|ia64) echo >>$c '#define HAVE_64BIT_ADDRESS' # echo -n " syscalls" # echo >>$c '#define HAVE_PM_SYSCALLS' # ok=1 -- 2.39.2