diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-25 13:30:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-25 13:30:11 +0000 |
| commit | 2fd68fa7c8b3a95e4acf7cd6f362457674dfd695 (patch) | |
| tree | ea43dc09009cef7066798ff24702e1ce872643b2 /configure.in | |
| parent | 76ccb21ee71823b27c683c0e5d9a46dba682a335 (diff) | |
| download | ruby-2fd68fa7c8b3a95e4acf7cd6f362457674dfd695.tar.gz ruby-2fd68fa7c8b3a95e4acf7cd6f362457674dfd695.tar.xz ruby-2fd68fa7c8b3a95e4acf7cd6f362457674dfd695.zip | |
* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use
system routine if provided. fixed: [ruby-core:07195]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b97fa2636..696e05202 100644 --- a/configure.in +++ b/configure.in @@ -498,7 +498,7 @@ AC_FUNC_MEMCMP AC_REPLACE_FUNCS(dup2 memmove strcasecmp strncasecmp strerror strftime\ strchr strstr strtoul crypt flock\ isnan finite isinf hypot acosh erf) -AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot fsync getcwd\ +AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot fsync getcwd eaccess\ truncate chsize times utimes fcntl lockf lstat link symlink readlink\ setitimer setruid seteuid setreuid setresuid setproctitle socketpair\ setrgid setegid setregid setresgid issetugid pause lchown lchmod\ |
