Ticket #3960: aix_fix.patch

File aix_fix.patch, 458 bytes (added by andrew_b, 5 years ago)
  • configure.ac

    diff --git a/configure.ac b/configure.ac
    index 62f025a..2593464 100644
    a b AC_EGREP_CPP([yes], 
    312312    ]) 
    313313 
    314314dnl utimensat is supported since glibc 2.6 and specified in POSIX.1-2008 
    315 dnl utimensat() causes different timespec structures to cause failures on IBM i 
     315dnl utimensat() causes different timespec structures to cause failures on IBM i and AIX 
    316316case $host_os in 
     317aix*) 
     318    ;; 
    317319*os400) 
    318320    ;; 
    319321*)