diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-08 23:08:39 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-08 23:08:39 +0000 |
commit | 8e1306c5b1a5b19a50e3a44a4e498e30939a20cf (patch) | |
tree | a65e4ef27da29f43e9db54dedd1ddfdc90ccac24 | |
parent | 08494aa570bd022a063a0e5510dc9d4483e194e7 (diff) | |
download | zsh-8e1306c5b1a5b19a50e3a44a4e498e30939a20cf.tar.gz zsh-8e1306c5b1a5b19a50e3a44a4e498e30939a20cf.tar.xz zsh-8e1306c5b1a5b19a50e3a44a4e498e30939a20cf.zip |
Got rid of check for wcswidth() and added my missing commit that
added checks for fchown() and fchmod().
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2c298d4a2..344e76f1a 100644 --- a/configure.ac +++ b/configure.ac @@ -1098,7 +1098,7 @@ dnl AC_FUNC_STRFTIME AC_CHECK_FUNCS(strftime difftime gettimeofday \ select poll \ readlink faccessx fchdir ftruncate \ - fstat lstat lchown \ + fstat lstat lchown fchown fchmod \ fseeko ftello \ mkfifo _mktemp mkstemp \ waitpid wait3 \ @@ -1121,7 +1121,7 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \ pcre_compile pcre_study pcre_exec \ nl_langinfo \ erand48 open_memstream \ - wctomb mbrtowc wcrtomb wcswidth iconv \ + wctomb mbrtowc wcrtomb iconv \ grantpt unlockpt ptsname \ htons ntohs) AC_FUNC_STRCOLL |