Ticket #3927: mc_configure.ac.patch
File mc_configure.ac.patch, 556 bytes (added by jax, 5 years ago) |
---|
-
configure.ac
a b 230 230 ]) 231 231 232 232 dnl utimensat is supported since glibc 2.6 and specified in POSIX.1-2008 233 AC_CHECK_FUNCS([utimensat]) 233 dnl utimensat causes different timespec structures to cause failures on IBM i. Need to investigate check: AC_CHECK_FUNCS([utimensat]) 234 235 dnl openpty can simplify opening of master/slave devices for subshell 236 AC_CHECK_FUNCS(openpty) 234 237 235 238 dnl getpt is a GNU Extension (glibc 2.1.x) 236 239 AC_CHECK_FUNCS(posix_openpt, , [AC_CHECK_FUNCS(getpt)])