Replace all mentions to MacOS X to macOS

This commit is contained in:
Julio Gonzalez Gil
2018-10-14 22:40:17 +02:00
parent 8929a27a24
commit 830a971bde
4 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ AC_CHECK_HEADERS([sys/extattr.h])
CXXFLAGS="$CXXFLAGS -Wall -D_FILE_OFFSET_BITS=64"
dnl ----------------------------------------------
dnl For OSX
dnl For macOS
dnl ----------------------------------------------
case "$target" in
*-cygwin* )
@ -237,7 +237,7 @@ dnl ----------------------------------------------
dnl malloc_trim function
AC_CHECK_FUNCS([malloc_trim])
dnl clock_gettime function(osx)
dnl clock_gettime function(macos)
AC_SEARCH_LIBS([clock_gettime],[rt posix4])
AC_CHECK_FUNCS([clock_gettime])