libnbcompat tests for pwd.h, so no need to test for it here.
This commit is contained in:
parent
a4dfb4c8f9
commit
6a2c9d8555
3 changed files with 2 additions and 6 deletions
|
@ -18,9 +18,6 @@
|
|||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the <pwd.h> header file. */
|
||||
#undef HAVE_PWD_H
|
||||
|
||||
/* Define to 1 if you have the <regexp.h> header file. */
|
||||
#undef HAVE_REGEXP_H
|
||||
|
||||
|
|
3
archivers/pax/files/configure
vendored
3
archivers/pax/files/configure
vendored
|
@ -2800,8 +2800,7 @@ done
|
|||
|
||||
|
||||
|
||||
|
||||
for ac_header in ctype.h grp.h pwd.h regex.h regexp.h rmt.h stdarg.h
|
||||
for ac_header in ctype.h grp.h regex.h regexp.h rmt.h stdarg.h
|
||||
do
|
||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||
|
|
|
@ -14,7 +14,7 @@ AC_CHECK_LIB(util, fparseln)
|
|||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([ctype.h grp.h pwd.h regex.h regexp.h rmt.h stdarg.h])
|
||||
AC_CHECK_HEADERS([ctype.h grp.h regex.h regexp.h rmt.h stdarg.h])
|
||||
AC_CHECK_HEADERS([sys/ioctl.h sys/mtio.h sys/resource.h sys/uio.h sys/wait.h])
|
||||
|
||||
# Checks for library functions.
|
||||
|
|
Loading…
Reference in a new issue