undefined. So give it a dummy value.
2005-05-28 Erez Zadok <ezk@cs.sunysb.edu>
+ * m4/macros/os_cflags.m4: with gcc 3.4.3 on irix-6.5, we get pte_t
+ undefined. So give it a dummy value.
+
* libamu/alloca.c: remove file from distro.
* configure.in: don't call AC_FUNC_ALLOCA any more.
# do not use 64-bit compiler
ac_cv_os_cflags="-n32 -mips3 -Wl,-woff,84"
;;
+ gcc ) # with gcc 3.4.3 on irix-6.5, we get pte_t
+ # undefined. So give it a dummy value.
+ ac_cv_os_cflags="-Dpte_t=u_int"
+ ;;
esac
;;
osf[[1-3]]* )