Ticket 3960: fix compilation fail on AIX 7.2.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2019-01-19 19:07:54 +03:00
parent b52ff8c614
commit 56320a3314
1 changed files with 2 additions and 2 deletions

View File

@ -312,9 +312,9 @@ AC_EGREP_CPP([yes],
])
dnl utimensat is supported since glibc 2.6 and specified in POSIX.1-2008
dnl utimensat() causes different timespec structures to cause failures on IBM i
dnl utimensat() causes different timespec structures to cause failures on IBM i and AIX
case $host_os in
*os400)
*os400 | aix*)
;;
*)
AC_CHECK_FUNCS([utimensat])