2005-06-23 Sureshkumar T <tsureshkumar@novell.com>
[mono.git] / configure.in
index 4cf1f6da384923352c86af25c5c80cdfb8f3e26b..1121d4c9abd55527d44a047bffceeca66fb1b793 100644 (file)
@@ -1378,6 +1378,15 @@ case "$host" in
                arch_target=amd64;
                JIT_SUPPORTED=yes
                jit_wanted=true
+               ;;
+       ia64-*-*)
+               TARGET=IA64
+               arch_target=ia64
+               ACCESS_UNALIGNED="no"
+               JIT_SUPPORTED=yes
+               jit_wanted=true
+               AC_CHECK_LIB(unwind, _U_dyn_register, [], [AC_MSG_ERROR(library libunwind not found)])
+
                ;;
        sparc*-*-*)
                if test "x$ac_cv_sizeof_void_p" = "x8"; then