From 7eec713e10df307bce8c51835cffb194bce6515d Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 6 Jul 2005 14:04:06 -0700 Subject: [PATCH] [svn] Don't check for setjmp.h. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b2467fc..740b5cfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-06 Hrvoje Niksic + + * configure.in: Don't check for setjmp.h. + 2005-07-06 Hrvoje Niksic * Makefile.in: Also use @LIBGNUTLS@ to build LIBS. diff --git a/configure.in b/configure.in index ba3d28da..c3487b91 100644 --- a/configure.in +++ b/configure.in @@ -171,7 +171,7 @@ dnl AC_HEADER_STDBOOL AC_CHECK_HEADERS(unistd.h sys/time.h) AC_CHECK_HEADERS(termios.h sys/ioctl.h sys/select.h utime.h sys/utime.h) -AC_CHECK_HEADERS(stdint.h inttypes.h setjmp.h pwd.h) +AC_CHECK_HEADERS(stdint.h inttypes.h pwd.h) dnl dnl Check sizes of integer types. These are used to find n-bit -- 2.39.2