From 48b130285ad1309a1ff5b2148b3bae5f5b642488 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 2 Aug 2005 00:47:08 +0000 Subject: [PATCH] Move AM_CONDITIONAL for ia64 to global scope --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 071884531..27530934b 100644 --- a/configure.ac +++ b/configure.ac @@ -620,12 +620,11 @@ test x$XORG = xyes && case $host_os in XORG_OS_KBD="Lnx" case $host_cpu in ia64*) - ia64=yes + linux_ia64=yes ;; *) ;; esac - AM_CONDITIONAL([LINUX_IA64], [test "x$ia64" = xyes]) ;; freebsd*) XORG_OS="freebsd" @@ -692,6 +691,7 @@ AC_SUBST([XORG_OS_SUBDIR]) AC_SUBST([XORG_OS_KBD]) AC_SUBST([XORG_OS_PCI]) AM_CONDITIONAL([XORG_BUS_SBUS], [test "x$xorg_bus_sbus" = xyes]) +AM_CONDITIONAL([LINUX_IA64], [test "x$linux_ia64" = xyes]) dnl these only go in xkb-config.h (which is shared by the Xorg and Xnest servers) XKBDIR="$datadir/X11/xkb"