From a9f95f4ec7475364a49a934e672ac2173132faa6 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 10 Nov 1997 16:14:16 +0000 Subject: [PATCH] ChangeLog, configure.in: Add check for setjmp.h --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9d9a17..c36ea45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 4 10:46:18 1997 Theodore Ts'o + + * configure.in: Add check for setjmp.h + Mon Oct 20 19:30:45 1997 Theodore Ts'o * configure.in (HAVE_LLSEEK_PROTOTYPE): Added check to see if diff --git a/configure.in b/configure.in index 8b86b5d..2bc42ee 100644 --- a/configure.in +++ b/configure.in @@ -315,7 +315,7 @@ AC_CHECK_TOOL(STRIP, strip, :) AC_PROG_CC AC_PROG_INSTALL AC_C_CROSS -AC_CHECK_HEADERS(stdlib.h unistd.h stdarg.h errno.h mntent.h dirent.h getopt.h linux/fd.h linux/major.h sys/disklabel.h sys/sockio.h sys/time.h sys/stat.h sys/types.h net/if.h netinet/in.h) +AC_CHECK_HEADERS(stdlib.h unistd.h stdarg.h errno.h mntent.h dirent.h getopt.h setjmp.h linux/fd.h linux/major.h sys/disklabel.h sys/sockio.h sys/time.h sys/stat.h sys/types.h net/if.h netinet/in.h) AC_FUNC_VPRINTF dnl dnl See if struct dirent has a d_namlen field (like bsd systems), implying -- 1.8.3.1