mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't check for setjmp.h.
This commit is contained in:
parent
8c7cf8ea0b
commit
7eec713e10
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* configure.in: Don't check for setjmp.h.
|
||||||
|
|
||||||
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
|
* Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
|
||||||
|
@ -171,7 +171,7 @@ dnl
|
|||||||
AC_HEADER_STDBOOL
|
AC_HEADER_STDBOOL
|
||||||
AC_CHECK_HEADERS(unistd.h sys/time.h)
|
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(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
|
||||||
dnl Check sizes of integer types. These are used to find n-bit
|
dnl Check sizes of integer types. These are used to find n-bit
|
||||||
|
Loading…
Reference in New Issue
Block a user