* configure.in: Check for getpwnam instead of getpwname.
* configure: Regenerate.
+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.
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
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