Reverting FS-6292, pending more details from an end user thats working on this
This commit is contained in:
parent
164d6a7bf5
commit
a7bf6f8dc1
|
@ -671,6 +671,7 @@ AC_STRUCT_TM
|
||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_PROG_GCC_TRADITIONAL
|
AC_PROG_GCC_TRADITIONAL
|
||||||
|
AC_FUNC_MALLOC
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
AC_FUNC_STRFTIME
|
AC_FUNC_STRFTIME
|
||||||
AC_CHECK_FUNCS([gethostname vasprintf mmap mlock mlockall usleep getifaddrs timerfd_create getdtablesize posix_openpt])
|
AC_CHECK_FUNCS([gethostname vasprintf mmap mlock mlockall usleep getifaddrs timerfd_create getdtablesize posix_openpt])
|
||||||
|
@ -990,13 +991,9 @@ case $host in
|
||||||
*-openbsd*)
|
*-openbsd*)
|
||||||
# OpenBSD's gunzip and friends don't like -d because its redundant, only gzip does
|
# OpenBSD's gunzip and friends don't like -d because its redundant, only gzip does
|
||||||
AC_PATH_PROGS(ZCAT, gzip)
|
AC_PATH_PROGS(ZCAT, gzip)
|
||||||
AC_FUNC_MALLOC
|
|
||||||
;;
|
|
||||||
*-netbsd*)
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_PATH_PROGS(ZCAT, gunzip gzcat gzip zcat)
|
AC_PATH_PROGS(ZCAT, gunzip gzcat gzip zcat)
|
||||||
AC_FUNC_MALLOC
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue