Add check for realpath
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4230
This commit is contained in:
parent
ffdcc16af5
commit
747190b04e
1 changed files with 3 additions and 0 deletions
|
@ -540,6 +540,9 @@ AC_CHECK_HEADER([sys/mman.h], [
|
|||
AC_CHECK_FUNC([mprotect],[AC_DEFINE(C_HAVE_MPROTECT,1)])
|
||||
])
|
||||
|
||||
dnl Check for realpath. Used on Linux
|
||||
AC_CHECK_FUNCS([realpath])
|
||||
|
||||
dnl Setpriority
|
||||
AH_TEMPLATE(C_SET_PRIORITY,[Define to 1 if you have setpriority support])
|
||||
AC_MSG_CHECKING(for setpriority support)
|
||||
|
|
Loading…
Add table
Reference in a new issue