[general] Put back support for platforms without pipe2(), see issue #239

This commit is contained in:
ejurgensen
2016-03-17 22:20:16 +01:00
parent ec43195633
commit b454a2fd60
11 changed files with 80 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ AC_CHECK_FUNCS(strptime)
AC_CHECK_FUNCS(strtok_r)
AC_CHECK_FUNCS(timegm)
AC_CHECK_FUNCS(euidaccess)
AC_CHECK_FUNCS(pipe2)
dnl Large File Support (LFS)
AC_SYS_LARGEFILE