There have been reports that building mutt 0.95.7 on SunOS 4.1
fails. The attached patch should fix this problem.
RCS file: /home/roessler/cvsroot/mutt/acconfig.h,v
retrieving revision 2.0.4.3
diff -u -u -r2.0.4.3 acconfig.h
--- acconfig.h 1999/07/26 18:26:13 2.0.4.3
+++ acconfig.h 1999/08/19 06:45:31
@@ -140,3 +140,6 @@
/* Do we have gpgm installed? */
#undef HAVE_GPGM
+
+/* Define to `int' if <signal.h> doesn't define. */
+#undef sig_atomic_t
Index: configure.in
===================================================================
RCS file: /home/roessler/cvsroot/mutt/configure.in,v
retrieving revision 2.2.4.11
diff -u -u -r2.2.4.11 configure.in
--- configure.in 1999/07/26 18:26:13 2.2.4.11
+++ configure.in 1999/08/19 06:43:17
@@ -191,6 +191,11 @@
AC_TYPE_SIGNAL
+AC_MSG_CHECKING(for sig_atomic_t in signal.h)
+AC_EGREP_HEADER(sig_atomic_t,signal.h,dnl
+ [ ac_cv_type_sig_atomic_t=yes; AC_MSG_RESULT(yes) ],dnl
+ AC_MSG_RESULT(no); AC_CHECK_TYPE(sig_atomic_t, int))
+
AC_DECL_SYS_SIGLIST
dnl need this for DEC alpha
PGP signature