Whamcloud - gitweb
ChangeLog, configure.in:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Nov 1997 16:14:16 +0000 (16:14 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Nov 1997 16:14:16 +0000 (16:14 +0000)
  Add check for setjmp.h

ChangeLog
configure.in

index c9d9a17..c36ea45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov  4 10:46:18 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * configure.in: Add check for setjmp.h
+
 Mon Oct 20 19:30:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * configure.in (HAVE_LLSEEK_PROTOTYPE): Added check to see if
index 8b86b5d..2bc42ee 100644 (file)
@@ -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