Ticket #3927: mc_configure.ac.patch

File mc_configure.ac.patch, 556 bytes (added by jax, 6 years ago)

Patch to configure.ac

  • configure.ac

    a b  
    230230]) 
    231231 
    232232dnl utimensat is supported since glibc 2.6 and specified in POSIX.1-2008 
    233 AC_CHECK_FUNCS([utimensat]) 
     233dnl utimensat causes different timespec structures to cause failures on IBM i. Need to investigate check: AC_CHECK_FUNCS([utimensat]) 
     234 
     235dnl openpty can simplify opening of master/slave devices for subshell 
     236AC_CHECK_FUNCS(openpty) 
    234237 
    235238dnl getpt is a GNU Extension (glibc 2.1.x) 
    236239AC_CHECK_FUNCS(posix_openpt, , [AC_CHECK_FUNCS(getpt)])