mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
check for isatty function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12635 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04eaef28a8
commit
8d36db1954
@ -282,7 +282,7 @@ then
|
|||||||
fi
|
fi
|
||||||
AC_HEADER_MMAP_ANONYMOUS
|
AC_HEADER_MMAP_ANONYMOUS
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace)
|
AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty)
|
||||||
AC_CHECK_FUNC(mprotect,,AC_MSG_ERROR([Function mprotect() required but not found]))
|
AC_CHECK_FUNC(mprotect,,AC_MSG_ERROR([Function mprotect() required but not found]))
|
||||||
|
|
||||||
dnl Determine if the linker supports the -R option.
|
dnl Determine if the linker supports the -R option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user