From Martin Simmons:

* configure.in: Check for getpwnam instead of getpwname.
* configure: Regenerate.
This commit is contained in:
Mark Kettenis 2005-07-03 08:22:47 +00:00
parent 7878a86d51
commit d01ecef672
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-07-03 Mark Kettenis <kettenis@gnu.org>
From Martin Simmons:
* configure.in: Check for getpwnam instead of getpwname.
* configure: Regenerate.
2005-05-09 Mark Mitchell <mark@codesourcery.com>
* aclocal.m4: Use AC_TRY_LINK to check for mbstate_t.

2
readline/configure vendored
View file

@ -4139,7 +4139,7 @@ fi
for ac_func in fcntl kill lstat memmove putenv select setenv setlocale \
strcasecmp strpbrk tcgetattr vsnprintf isascii isxdigit \
getpwname getpwent getpwuid
getpwnam getpwent getpwuid
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5

View file

@ -120,7 +120,7 @@ AC_HEADER_DIRENT
AC_CHECK_FUNCS(fcntl kill lstat memmove putenv select setenv setlocale \
strcasecmp strpbrk tcgetattr vsnprintf isascii isxdigit \
getpwname getpwent getpwuid)
getpwnam getpwent getpwuid)
AC_FUNC_STRCOLL