Test chmod function availability
This commit is contained in:
parent
7912bfac3a
commit
885d673415
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ case "$target" in
|
|||
;;
|
||||
esac
|
||||
|
||||
AC_CHECK_FUNCS([atexit atoll chdir delscreen dirname dup2 execv ftruncate fsync getcwd geteuid lstat memset mkdir posix_fadvise posix_memalign pwrite readlink setenv setlocale signal snprintf strchr strdup strerror strncasecmp strtol touchwin utime vsnprintf])
|
||||
AC_CHECK_FUNCS([atexit atoll chdir chmod delscreen dirname dup2 execv ftruncate fsync getcwd geteuid lstat memset mkdir posix_fadvise posix_memalign pwrite readlink setenv setlocale signal snprintf strchr strdup strerror strncasecmp strtol touchwin utime vsnprintf])
|
||||
if test "$ac_cv_func_mkdir" = "no"; then
|
||||
AC_MSG_ERROR(No mkdir function detected)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue