mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket 3960: fix compilation fail on AIX 7.2.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
b52ff8c614
commit
56320a3314
@ -312,9 +312,9 @@ AC_EGREP_CPP([yes],
|
|||||||
])
|
])
|
||||||
|
|
||||||
dnl utimensat is supported since glibc 2.6 and specified in POSIX.1-2008
|
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
|
case $host_os in
|
||||||
*os400)
|
*os400 | aix*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_CHECK_FUNCS([utimensat])
|
AC_CHECK_FUNCS([utimensat])
|
||||||
|
Loading…
Reference in New Issue
Block a user