Ticket #3960: aix_fix.patch
File aix_fix.patch, 458 bytes (added by andrew_b, 6 years ago) |
---|
-
configure.ac
diff --git a/configure.ac b/configure.ac index 62f025a..2593464 100644
a b AC_EGREP_CPP([yes], 312 312 ]) 313 313 314 314 dnl 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 315 dnl utimensat() causes different timespec structures to cause failures on IBM i and AIX 316 316 case $host_os in 317 aix*) 318 ;; 317 319 *os400) 318 320 ;; 319 321 *)